36
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #288 from MichaelSteinecke/NETCore More... almost 4 years ago
Converted SubSonic 3.0 to .NET Core More... almost 4 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... almost 4 years ago
Migrated successfully to multi framework .net core More... almost 4 years ago
Convert projects to SDK-Style More... almost 4 years ago
Migration .NET Framework 4.8 and usage of NuGet More... almost 4 years ago
Substitute TextWriter based logging by an extensible logger without binding to concrete libraries More... over 12 years ago
Made the column name override a little less funky to work with sqlite and mysql More... about 13 years ago
fixed issue with activeRecord col-override change. More... about 13 years ago
Committed too many files. reverting last commit. More... about 13 years ago
Fixed issue with active record test failing w/ col-override change. More... about 13 years ago
Merge branch 'master' of http://github.com/subsonic/SubSonic-3.0 into col-override More... about 13 years ago
refactored column name override to use DatabaseColumn.propertyName More... about 13 years ago
added override to column retrieval More... about 13 years ago
fixed tiny overlook. property attribute More... about 13 years ago
added column name override attribute. More... about 13 years ago
Added InlineQuery alias class for CodingHorror More... about 13 years ago
Updated the ability for coding horror to take a parameter name more than once - thanks to Koenyn More... about 13 years ago
Merge branch 'master' of git://github.com/lievencardoen/SubSonic-3.0 into lievencardoen-master More... about 13 years ago
Refactored ParseParameters method by passing a regex instead of a flag to the method More... about 13 years ago
Updated CodingHorror to support MySql User and System Variables More... about 13 years ago
FIX: Update should support set to null. More... over 13 years ago
Merge branch 'master' of git://github.com/lievencardoen/SubSonic-3.0 into lievencardoen-master More... over 13 years ago
Added PerfRunner back to VS 2010 solution More... over 13 years ago
FIX: Update query doens't take into account the SchemaName More... over 13 years ago
Removed renamed file More... over 13 years ago
Tidied up some names Added the PerfRunner project into the solution Added required dlls for TestDriven.net test runner More... over 13 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... over 13 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... over 13 years ago
Refactored logging code to use the new WriteToLog method More... over 13 years ago