3
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded rake-tasks; Run tests synchronously in a single process More... about 8 years ago
Added original book and documentation More... over 8 years ago
Updated NUnit to v2.6.4 More... almost 9 years ago
Fixed floppy DataAccessor thread timing tests More... about 9 years ago
Updated Rakefile, rake-tasks and sonar config More... over 9 years ago
Ignored fragile firebird test. More... over 9 years ago
Fixing issue with new Scope Identity code. More... over 9 years ago
Made the Test Database Type configurable. More... over 9 years ago
Added some XML doc comments that were missing. More... over 9 years ago
Added missing NuGet.exe file. More... over 9 years ago
Configured Habanero projects to fetch from nuget during build if necessary. More... over 9 years ago
Removed script files that are no longer needed because the databases are now created through migrations. More... over 9 years ago
Fixed issue #58: Added concurrency test for inserting 1000 objects at the same time with auto incrementing ids. Fixed concurrency issue. More... over 9 years ago
Made final modifications to tests so that they can run against SQL Server or MySql without problems. More... over 9 years ago
Added Habanero test database migrations. More... over 9 years ago
Fixed breaking dead thread test. More... over 9 years ago
Made the database test code more generalized in order to allow for running tests against SQL Server. More... over 9 years ago
Changed database tests to read from an app.config file for the test database. More... over 9 years ago
Refactored DatabaseConnection to provide more extensibility points. Broke down massive ExecuteSql method into smaller methods. Added some doc comments. More... over 9 years ago
Merge pull request #57 from fluffynuts/master More... over 9 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... over 9 years ago
Merge pull request #56 from fluffynuts/master
Mark Whitfeld
as markwhitfeld
More... over 9 years ago
* concurrency fix for DataMapperFactory for the case of assigning a data mapper for non-default types (such as a custom enum) More... over 9 years ago
Merge pull request #55 from fluffynuts/master More... almost 10 years ago
* remove dead code comment More... almost 10 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... almost 10 years ago
Merge pull request #54 from fluffynuts/master More... almost 10 years ago
* fix failing test that I missed in the last round ): More... almost 10 years ago
Merge pull request #53 from fluffynuts/master More... almost 10 years ago
* change Firebird left/right field delimiters to double-quotes More... almost 10 years ago