3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded rake-tasks; Run tests synchronously in a single process More... over 9 years ago
Added original book and documentation More... almost 10 years ago
Updated NUnit to v2.6.4 More... over 10 years ago
Fixed floppy DataAccessor thread timing tests More... over 10 years ago
Updated Rakefile, rake-tasks and sonar config More... over 10 years ago
Ignored fragile firebird test. More... almost 11 years ago
Fixing issue with new Scope Identity code. More... almost 11 years ago
Made the Test Database Type configurable. More... almost 11 years ago
Added some XML doc comments that were missing. More... almost 11 years ago
Added missing NuGet.exe file. More... almost 11 years ago
Configured Habanero projects to fetch from nuget during build if necessary. More... almost 11 years ago
Removed script files that are no longer needed because the databases are now created through migrations. More... almost 11 years ago
Fixed issue #58: Added concurrency test for inserting 1000 objects at the same time with auto incrementing ids. Fixed concurrency issue. More... almost 11 years ago
Made final modifications to tests so that they can run against SQL Server or MySql without problems. More... almost 11 years ago
Added Habanero test database migrations. More... almost 11 years ago
Fixed breaking dead thread test. More... almost 11 years ago
Made the database test code more generalized in order to allow for running tests against SQL Server. More... almost 11 years ago
Changed database tests to read from an app.config file for the test database. More... about 11 years ago
Refactored DatabaseConnection to provide more extensibility points. Broke down massive ExecuteSql method into smaller methods. Added some doc comments. More... about 11 years ago
Merge pull request #57 from fluffynuts/master More... about 11 years ago
* bugfix for concurrency issue when saving business objects - actually boils down to concurrency issues when selecting a database connection to save with More... about 11 years ago
Merge pull request #56 from fluffynuts/master
Mark Whitfeld
as markwhitfeld
More... about 11 years ago
* concurrency fix for DataMapperFactory for the case of assigning a data mapper for non-default types (such as a custom enum) More... about 11 years ago
Merge pull request #55 from fluffynuts/master More... about 11 years ago
* remove dead code comment More... about 11 years ago
* add ability to run FirebirdEmbedded tests * add FirebirdEmbedded test against in-field bug: count query does not quote source fields * update other Count tests to expect appropriate table quoting * introduce FunctionQueryField base class for function extension in the future. FunctionQueryField implements ISelfFormattingField to produce valid sql parts representing the function at hand. Currently only supports the functionality required to support CountQueryField but can be extended later for other functions and parameters, including constant values and nested function calls * introduce CountFunctionQueryField to create valid count parts for sql statements * use CountFunctionQueryField where a count is required More... about 11 years ago
Merge pull request #54 from fluffynuts/master More... over 11 years ago
* fix failing test that I missed in the last round ): More... over 11 years ago
Merge pull request #53 from fluffynuts/master More... over 11 years ago
* change Firebird left/right field delimiters to double-quotes More... over 11 years ago