36
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #288 from MichaelSteinecke/NETCore More... over 5 years ago
Converted SubSonic 3.0 to .NET Core More... over 5 years ago
Final part of the conversion - all tests exept MYSQL ones are running successfully. DbProviderFactories are registered programmatically in DbClientTypeName. For me, I've excluded all MYSQL tests as I didn't intent to install MYSQL on my machine using '#if MYSQL' When integrating the Pull Request, please ensure that they are still running successfull. More... over 5 years ago
Migrated successfully to multi framework .net core More... over 5 years ago
Convert projects to SDK-Style More... over 5 years ago
Migration .NET Framework 4.8 and usage of NuGet More... over 5 years ago
Substitute TextWriter based logging by an extensible logger without binding to concrete libraries More... over 13 years ago
Made the column name override a little less funky to work with sqlite and mysql More... over 14 years ago
fixed issue with activeRecord col-override change. More... over 14 years ago
Committed too many files. reverting last commit. More... over 14 years ago
Fixed issue with active record test failing w/ col-override change. More... over 14 years ago
Merge branch 'master' of http://github.com/subsonic/SubSonic-3.0 into col-override More... over 14 years ago
refactored column name override to use DatabaseColumn.propertyName More... over 14 years ago
added override to column retrieval More... over 14 years ago
fixed tiny overlook. property attribute More... over 14 years ago
added column name override attribute. More... over 14 years ago
Added InlineQuery alias class for CodingHorror More... over 14 years ago
Updated the ability for coding horror to take a parameter name more than once - thanks to Koenyn More... over 14 years ago
Merge branch 'master' of git://github.com/lievencardoen/SubSonic-3.0 into lievencardoen-master More... over 14 years ago
Refactored ParseParameters method by passing a regex instead of a flag to the method More... over 14 years ago
Updated CodingHorror to support MySql User and System Variables More... over 14 years ago
FIX: Update should support set to null. More... over 14 years ago
Merge branch 'master' of git://github.com/lievencardoen/SubSonic-3.0 into lievencardoen-master More... over 14 years ago
Added PerfRunner back to VS 2010 solution More... over 14 years ago
FIX: Update query doens't take into account the SchemaName More... over 14 years ago
Removed renamed file More... almost 15 years ago
Tidied up some names Added the PerfRunner project into the solution Added required dlls for TestDriven.net test runner More... almost 15 years ago
Fixed issue that a ignored property ends mapping of properties declared after that property Added ignore attribute to Shwerko to find such issues using tests More... almost 15 years ago
Added auto collection feature to SimpleRepository Added Castle.Core.dll for auto collection feature Added ILMerge and MSBuild.Community.Tasks Added ILMerge step to msbuild file Refactored SimpleRepositoryTests by moving out nested test classes to TestBases Refactored SimpleRepositoryTests by using TestSupport to cleanup db More... almost 15 years ago
Refactored logging code to use the new WriteToLog method More... about 15 years ago