36
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Oct 15, 2024 — Oct 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ADDED: DateDiff to LinqToSql Translator so you can use System.Data.Linq.SqlClient.SqlMethods.DateDiffDay and others More... about 16 years ago
ADDED: DateDiff to LinqToSql Translator so you can use System.Data.Linq.SqlClient.SqlMethods.DateDiffDay and others More... about 16 years ago
Fixing bugs when using other ADO.NET provider besides MS SQL More... about 16 years ago
Changed for SByte to Boolean, because SByte range is from -127 to 128 and SByte is not the same as Boolean More... about 16 years ago
FIXED: Error in SqlQuery overload where passed connection string was ignored. CHANGED: Minor code optimizations and safety checks. More... about 16 years ago
Merge branch 'master' of [email protected]:subsonic/SubSonic-3.0 More... about 16 years ago
CHANGED: Minor Query construction optimizations. FIXED: Potential issue in Update.GetCommand(). FIXED: Extra semi-colon breaking updates. See: http://github.com/subsonic/SubSonic-3.0/issues#issue/64 More... about 16 years ago
Fix for using String.Equals in query Moved ConvertVbCompareString() to ExpressionVisitor.cs so QueryVisitor.cs can make use of it (though it was static it made sense to move it) Hopefully that covers off all VisitBinary methods More... about 16 years ago
Fix to handle issue with string comparisons from VB.NET (see issue #66) More... about 16 years ago
1. Removed null check because ToDeleteQuery extension method never returns null. 2. Removed unused local variable More... over 16 years ago
FIXED: Issue 40. Using Double resulted in bad migration type of float(10,2) which should just be float. Closes #40 More... over 16 years ago
FIXED: PagedList would not work because of a COUNT/ORDER BY problem with generated query. More... over 16 years ago
Fixed a really annoying bug with Guids and SubSonicRepository trying to barf on itself while drunk More... over 16 years ago
Merge branch 'master' of [email protected]:subsonic/SubSonic-3.0 More... over 16 years ago
Fixed issue with Update query where Set parameters were not properly typed (many thanks to Tommi S) More... over 16 years ago
Missed parameter to include connection string name in error More... over 16 years ago
Merge branch 'master' of [email protected]:subsonic/SubSonic-3.0 More... over 16 years ago
Throw meaningful exception if specified connection string does not exist More... over 16 years ago
Added AR test records to Generated folder in BugReports. Added test for IActiveRecord in Load which sets isnew and isfalse accordingly. Closes #32 More... over 16 years ago
Fixed issue with null equality incorrectly being set. Closes #30 More... over 16 years ago
Minor fix, property got lost during editing More... over 16 years ago
Removed attribute SubSonicNText, it was a stupid idea More... over 16 years ago
Added schema attributes SubSonicNullString and SubSonicNText More... over 16 years ago
Added default for newid() for Guid PKs generated by SimpleRepo (SQL Server only). Closes #27 More... over 16 years ago
Removed Sample projects and moved them to separate file More... over 16 years ago
Merge branch 'master' of [email protected]:subsonic/SubSonic-3.0 More... over 16 years ago
Added constructor for Post.cs which defaults PostID to new Guid More... over 16 years ago
FIXED: Issue 15 - SQLite was improperly setting integer keys to int, defeating the AUTOINCREMENT setting More... over 16 years ago
Fixed issue with TestRepository not implementing Add - Update - Delete More... over 16 years ago
Merge branch 'master' of git://github.com/mbp/SubSonic-3.0 More... over 16 years ago