36
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed duplicate constructor logic and pulled StringBuilder from constructor/member to inner scope More... over 14 years ago
Rename parameters in batch queries with In operators. More... over 14 years ago
Closes gh-99 More... over 14 years ago
Adding variosu factories and IoC capabilities. All unit tests seem to pass More... over 14 years ago
Adding VS2010 solution file More... over 14 years ago
Pulled some switch decisions on DbClient enum to factories More... over 14 years ago
Closed implementation of LoadProvider by making it private SqlQuery uses ProviderFactory to create instances of DbDataProvider More... over 14 years ago
Added linq join tests for SimpleRepository More... over 14 years ago
Reformatted source file More... over 14 years ago
Fixed issue 59 More... over 14 years ago
Fixed issue 112 and supplied test More... over 14 years ago
Refactored ToEnumerable method to deal with value types too, marked ToEnumerableValueType as obsolete Added tests to proof that everything is still working Simplified DbQueryProvider.Execute method More... over 14 years ago
Fixed issue 212 and supplied some tests More... over 14 years ago
Removed dependency to TSqlFormatter and made method abstract More... over 14 years ago
Fixed github issue 210 and 211 More... over 14 years ago
Updated to SQLite 1.0.66 Added x64 SQLite provider Added ReadMe.txt that explains what to do on a x64 system to run the unit tests More... over 14 years ago
Updated xunit to 1.5 More... over 14 years ago
Fixed issue 183 '.All<T>.Where with ToString generates invalid SQL(ite)' Added tests for issue 183 More... over 14 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0
spookytooth
as robconery
More... over 14 years ago
Pre-merge commit
spookytooth
as robconery
More... over 14 years ago
Added two tests to verify that issue 106 'The member 'xxx' is not supported error when using GUID as Find' was fixed More... over 14 years ago
Fixed namespaces of SimpleQuery tests More... over 14 years ago
Formatting dates culture invariant and brought test back More... over 14 years ago
Verified by test that issue 105 'varbinary not returned by Subsonic Query, always set to null' was fixed More... over 14 years ago
Removed unused code, removed code relying on unused code, fixed some documentation warnings, removed unused exception variables More... over 14 years ago
Using qualified name for columns and tables in schema generation More... over 14 years ago
Removed commented out code from TestRepositoryBugs.cs Fixed whitespaces in TestRepository.cs More... over 14 years ago
Implemented support for non auto incrementing IDs via SubSonicPrimaryKeyAttribute Implemented DefaultSettingsAttribute to allow a default value to be specified for nullable columns More... over 14 years ago
Calling ResetTestRepo to avoid sporadic test errors More... over 14 years ago
Implemented attribute handling refactoring More... over 14 years ago