36
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed EndsWith used StartsWith comparison, thanks b2802 More... over 15 years ago
Moved SchemaTables tests to SubSonic.Tests.Unit More... over 15 years ago
Merged in Adam's changes
spookytooth
as robconery
More... over 15 years ago
Added perfrunner back
spookytooth
as robconery
More... over 15 years ago
Updated templates in SubSonic.Test to bring them in line with SubSonic-3.0-Templates More... over 15 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0 More... over 15 years ago
Fixed SQL for Orders table and procedure 'SalesByCategory' More... over 15 years ago
Fixed case of IsDBNull in execution build (fix for mono) More... over 15 years ago
Added implementation of DeleteMany for TestRepository More... over 15 years ago
Updated ReadMe.txt to include how to run tests More... over 15 years ago
Added tests to verify that issue 139 and 138 are fixed More... over 15 years ago
Fixed Issue 149 - CommandTimeout is always 60 Fixed issue that CommandType was not copied when creating DbCommands Added tests More... over 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0 More... over 15 years ago
Changed byte[] mapped datatype for sqlite from longblob to blob since blob is supported by sqlite and driver while longblob causes trouble and blob does not impose any length restrictions More... over 15 years ago
Added tests for binary handling More... over 15 years ago
Fixed handling for enums More... over 15 years ago
Added a couple of commented out tests to verify github issues. More... over 15 years ago
Adapted unit test strings to match sql emitted by sqlite due to casts in strftime More... over 15 years ago
Adapted unit test strings to match sql emitted by sqlite due to casts in strftime More... over 15 years ago
Using qualified name for updates again More... over 15 years ago
Fixed handling for enums More... over 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0 More... over 15 years ago
Closes 96 More... over 15 years ago
Removed "GenerateAggregateSelect" which implements the same functionality as in ANSISqlGenerator with additional but erroneous column name escaping (leads to errors in MySQL unit tests). More... over 15 years ago
Removed "GenerateAggregateSelect" which implements the same functionality as in ANSISqlGenerator with additional but erroneous column name escaping (leads to errors in MySQL unit tests). More... over 15 years ago
Fixed open connection bug in method Project More... over 15 years ago
loses #148 - test and Territory class added to verify fix More... over 15 years ago
Removed redundant SubSonic.Query.ISession and related SubSonic.Tests.Session More... over 15 years ago
Fixed type in msbuild More... over 15 years ago
Removed duplicate tests from SubSonic.Tests that are now in SubSonic.Tests.Unit Enabled build runner to execute SubSonic.Tests.Unit More... over 15 years ago