1
I Use This!
Inactive

Commits : Listings

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