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