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
Moved ISchemaGenerator.cs to namespace SubSonic.DataProviders Removed all files that were not part of the solution Namespace and Naming cleanups More... over 14 years ago
Removing final bits of IOC More... over 14 years ago
Merging mainline More... over 14 years ago
Removing IOC, tests all work More... over 14 years ago
Added VS 2010 solution More... over 14 years ago
Removed SubSonicXmlString - was a bad idea, does not run on MySql Added tests for SimpleTestRepository with small adaptions to case sensitivity More... over 14 years ago
Fixed the namespace More... over 14 years ago
Added SimpleTestRepository.cs More... over 14 years ago
Recreated the t4 template emitted files More... over 14 years ago
Implemented attribute SubsonicXmlString - to create xml database columns More... over 14 years ago
Removing old references to LinFu More... over 14 years ago
Merge http://github.com/subsonic/SubSonic-3.0 into NewDBIsolation More... over 14 years ago
Adding some missing files More... over 14 years ago
Removed unused dependencies More... over 14 years ago
Added BuildDefaults to register providers supported out of the box More... over 14 years ago
Removed IOC stuff - just keeping the nice reorganizations! More... over 14 years ago
Merging in latest mainline, I am going to keep on top of other changes this time More... over 14 years ago
Removing source version of service locator in favour of binary, might switch that back later or do an ILMerge before release More... over 14 years ago
Making IOC more generic with support for many frameworks through Service Locator. Added default implementation in MEF. Still need to figure out how to generically annotate the parts so they can be loaded by any framework. Performance seems to have taken a bit of a hit with the composition being run on each attempt. Probably going to cache that lookup. More... over 14 years ago
Fixed borked solution file
spookytooth
as robconery
More... over 14 years ago
Removed VS 2010 backup crap
spookytooth
as robconery
More... over 14 years ago
Added some tests for conversions and fixed bug in Field setter in Database.cs - puts it in parity with the prop setters
spookytooth
as robconery
More... over 14 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0
spookytooth
as robconery
More... over 14 years ago
Moving database specific classes into their own namespaces for easier adding of new databases More... over 14 years ago
Moving database support classes into own namespace More... over 14 years ago
Cleaning up project which I added for some testing More... over 14 years ago
Merge http://github.com/subsonic/SubSonic-3.0 into NewDBIsolation More... over 14 years ago
Fixing some tab vs spaces issues pointed out by some random visual studio plugin I installed More... over 14 years ago
Preventing invalid SQL from being generated when an empty array is sent to the "In" method. Rather than emit an empty pair of parentheses it'll emit a constraint that is always false ("1=0") More... over 14 years ago
GH-218 - Fixed handling of single quote characters in string constants More... over 14 years ago