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 branch 'master' of git://github.com/troethom/SubSonic-3.0 More... over 15 years ago
Updated license More... over 15 years ago
Changed license for demo More... over 15 years ago
Made deleted columns configurable in array to avoid string duplication. More... over 15 years ago
ADDED: Global .gitignore file. REMOVED: Versioned files now marked as unversioned per .gitignore file. More... over 15 years ago
fixed my own bug in pk column value setting because I'm dumb (and done for tonight) More... over 15 years ago
added null checks to make sure property and value exist before assigning to newly inserted object More... over 15 years ago
renamed misspelled license file updated SubSonicRepository to set PK column value when adding new items for SqlClient More... over 15 years ago
Undoing test commit More... over 15 years ago
Initial commit to repo More... over 15 years ago
Called migrator before our LINQ query is evaluated. More... over 15 years ago
Added constraint for type parameters (to allow migrate method to be executed). More... over 15 years ago
Used LINQ expression instead of reflection/magic string combo. More... over 15 years ago
Fixed build by using view model instead of unexisting, static method. More... over 15 years ago
Made sure categories is set as the typed view model. More... over 15 years ago
Changed create view to use categories as view model (to allow choosing one for the post). More... over 15 years ago
reset config to Debug More... over 15 years ago
Merge git://github.com/troethom/SubSonic-3.0 More... over 15 years ago
updating for pull from troethom More... over 15 years ago
Added Git ignore lists. More... over 15 years ago
Removed Visual Studio user file. More... over 15 years ago
Removed binary output files. More... over 15 years ago
Used new extension method to check if a flag is set. More... over 15 years ago
Added extension method class for checking an enum flag. More... over 15 years ago
Renamed local field to match naming convention and to enable "support" for other options. More... over 15 years ago
Made enum flag based and used default value when initializing without custom options. More... over 15 years ago
Extracted repository options (enum flags) to separate file. More... over 15 years ago
fixed issue with !=null (thanks to John Sheehan) More... over 15 years ago
Removed templates, fixed test project to run independent of templates, and fixed some small issues with Update query More... over 15 years ago
Fixed issue with Classes and Structs templates (thanks to Jim Zimmerman More... over 15 years ago