Set of extension methods representing a lightweight orm and a migration framework, for use with Dapper
Stars
15
Forks
3
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix #5. Update BulkInsert to ignore Primary key columns like the main insert does
d632177View on GitHubfix PagedListSql so that an empty where parameter does not throw error
b68d1f8View on GitHubfix PagedListSql so that an empty where parameter does not throw error
12bbfadView on GitHubAdded ScriptedObjectsToRecreate to IMigration to allow views,sprocs, etc to be recreated after all migrations have run.
878a814View on GitHubUse passed in object type for save and delete, rather than underlying object type.
526d1deView on GitHubFix #3. Add better support for column names that differ from property names.
f822328View on GitHub