1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Oct 30, 2023 — Oct 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added factory class for IDataStorage, and started using it everywhere. More... almost 11 years ago
Added Dispose(). More... almost 11 years ago
Removed unnecessary interface... More... almost 11 years ago
IDataStorage now inherits from IDisposable. More... almost 11 years ago
Moved some files around, deleted unused files. More... almost 11 years ago
Scaffolding for SQL Server storage class. More... almost 11 years ago
Added data db initialization on application startup, and removed unnecessary db existence check. More... almost 11 years ago
Fixed settings not saving the db type choice. More... almost 11 years ago
New connection string to entitydata project config. More... almost 11 years ago
Added DataDBContext, its config, and initial migration. More... almost 11 years ago
Changes to DBUtils so it can handle multiple connection strings. More... almost 11 years ago
Renamed the MyDBContext config. More... almost 11 years ago
Small changes to OHLCBar and StoredDataInfo to get them to work with EF. More... almost 11 years ago
Added data db connection string to app.config. More... almost 11 years ago
Added database options to settings window. More... almost 11 years ago
Wrote a RemoveAll() extension method for observable collections. More... almost 11 years ago
Fixed initial migration. More... almost 11 years ago
Enabled automatic migrations. More... almost 11 years ago
Force initialization when the program starts to make sure the db is seeded, etc. More... almost 11 years ago
Fixed precision mistake. More... almost 11 years ago
Specified precision on time properties. More... almost 11 years ago
App.config updated: added new settings and renamed/consolidated connection strings. More... almost 11 years ago
Added database connection check for sql server. More... almost 11 years ago
Project update. More... almost 11 years ago
Small fix with continuous futures foreign key. More... almost 11 years ago
Added precision to a couple of decimal fields. More... almost 11 years ago
DBConnectionWindow now allows choice between mysql/sqlserver and takes SQL server settings. More... almost 11 years ago
SQL generator in the migration config...not sure if there's a smart way to do this? Otherwise it needs to be changed manually. More... almost 11 years ago
Removed default values from password settings, could lead to a bad crash loop situation. More... almost 11 years ago
Added max length to string properties. More... almost 11 years ago