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
Made Linq tests ignore extra whitespace and carriage returns More... almost 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0 More... almost 15 years ago
Adapted test strings to emitted sql because emitted sql is just fine More... almost 15 years ago
Adapted test strings to emitted sql because emitted sql is just fine More... almost 15 years ago
Merge branches 'master' and 'tests' More... almost 15 years ago
Cleaned up some left over unused strings More... almost 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0 into tests More... almost 15 years ago
Fixed SQLite date functions by casting the result of strftime to integer (which is not done by SQLite) Fixed strftime statement for accessing the year part of a date. An uppercase Y was expected by SQLite More... almost 15 years ago
Fixed SQLite date functions by casting the result of strftime to integer (which is not done by SQLite) Fixed strftime statement for accessing the year part of a date. An uppercase Y was expected by SQLite More... almost 15 years ago
Refactored DropTestTables to ensure all other tables are dropped if one DROP TABLE statement fails More... almost 15 years ago
Refactored DropTestTables to ensure all other tables are dropped if one DROP TABLE statement fails More... almost 15 years ago
Updated to SQLite 1.0.65 More... almost 15 years ago
Updated to SQLite 1.0.65 More... almost 15 years ago
Implemented SQLite and MySQL tests. Brought DataProviders into SubSonic.Tests.Unit project. Clean up and reorganise using Regionerate More... almost 15 years ago
Fixed test 'BatchTests.Batch_Should_Build_Batched_SQL_With_Replaced_SQL_Parameters' regex when repairing parameter names in batch queries by allowing the parameter to be at the end of the query string More... almost 15 years ago
Fixed test 'BatchTests.Batch_Should_Build_Batched_SQL_With_Replaced_SQL_Parameters' regex when repairing parameter names in batch queries by allowing the parameter to be at the end of the query string More... almost 15 years ago
Migrated LINQ and Extesnions tests to new SubSonic.Tests.Unit project. Implemented Interfaces for SQL strings and modified all LINQ tests to use the Interfaces. First step on the road to a full suite of non DB dependent unit tests More... almost 15 years ago
Using InvariantCulture to format numeric types in TSqlFormatter.cs More... almost 15 years ago
Using InvariantCulture to format numeric types in TSqlFormatter.cs More... almost 15 years ago
Added int.TryParse to GetPaged overload that is using orderBy parameter according to GetPaged overload without orderBy parameter to allow the "total" variable of type long (like it is for MySQL) without throwing exceptions More... almost 15 years ago
Added int.TryParse to GetPaged overload that is using orderBy parameter according to GetPaged overload without orderBy parameter to allow the "total" variable of type long (like it is for MySQL) without throwing exceptions More... almost 15 years ago
Fixed null reference exception that occured in the constructor by first accessing instance the field before setting the instance field More... almost 15 years ago
Fixed null reference exception that occured in the constructor by first accessing instance the field before setting the instance field More... almost 15 years ago
Fixed majority of cannot convert type X to Y failures in tests by converting the read value type to the property type More... almost 15 years ago
Fixed majority of cannot convert type X to Y failures in tests by converting the read value type to the property type More... almost 15 years ago
Removed ProjectType GUIDs to allow opening project in VS Express More... almost 15 years ago
Removed ProjectType GUIDs to allow opening project in VS Express More... almost 15 years ago
Split SimpleRepositoryTests into 3 files testing a dedicated database implementation More... almost 15 years ago
Split SimpleRepositoryTests into 3 files testing a dedicated database implementation More... almost 15 years ago
Closes #123 thanks to nathanb More... almost 15 years ago