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 commit 'upstream/master' More... about 15 years ago
Merged pulls from Github More... about 15 years ago
Fixed an issue with TestRepository not respecting Singles, fixed issue with MySQLFormatter ToString method. More... about 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0 More... about 15 years ago
Merge branch 'master' of git://github.com/subsonic/SubSonic-3.0.git More... about 15 years ago
IsNextPage had the wrong logic More... about 15 years ago
Fixed biffed merge More... about 15 years ago
Updated bit for booleans More... about 15 years ago
SingleOrDefault always returns null because I think x.KeyValue() == item.KeyValue() is checking the reference not the actual value of the primary key. I don't know if ToString is the best solutiong but it works. Also, you should remove "update" and add "item). But the Remove method is not removing the items, so I changed it to RemoveAt instead... It works but it probably needs some more testing... More... about 15 years ago
Fixed Find method on the test repository. It was ignoring the expression and returning everything. More... about 15 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0 More... over 15 years ago
Removed strange file Database.cs.orig More... over 15 years ago
Byte arrays are now mapped to binary datatabse for SimpleRepository More... over 15 years ago
Merged in commit from Chris Walcher More... over 15 years ago
Fixed issue with typeof(byte[]) being incorrectly set as DbType.Byte - set to DbType.Binary instead More... over 15 years ago
Fixed mapping for enums and nullable enums More... over 15 years ago
Added TableNameOverrideAttribute, Test and logic to process this attribute in Objects.cs ToSchemaTable More... over 15 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0 More... over 15 years ago
Fixed bug with InlineQuery not adding DBType More... over 15 years ago
Merge branch 'master' of github.com:subsonic/SubSonic-3.0 More... over 15 years ago
Fixing local assembly.cs More... over 15 years ago
Added support for computed columns - also needs template updates More... over 15 years ago
FIXED issue 100: The name "False" is not permitted in this context. More... over 15 years ago
FIXED issue 98: Incorrect syntax near '1' More... over 15 years ago
Treat incoming boolean values from MySQL correctly More... over 15 years ago
add "using" keywords to dispose IDataReader rdr object after its get out of the scope More... over 15 years ago
MERGED: "Fixed bugs when using other provider than MS SQL" Thanks funky81! More... over 15 years ago
Merge branch 'master' of git://github.com/funky81/SubSonic-3.0 More... over 15 years ago
FIXED: ExecuteDataSet() throwing error. See: http://github.com/subsonic/SubSonic-3.0/issues#issue/78 Thanks gufranshaikh84! More... over 15 years ago
FIXED: ExecuteDataSet() throwing error. See: http://github.com/subsonic/SubSonic-3.0/issues#issue/78 Thanks gufranshaikh84! More... over 15 years ago