DapperExtensions 1.4.0
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
No packages depend on DapperExtensions.
1.4.0
* Add Database Class in order to have multiple connections with different dialects. (Extension methods are still available)
* Errors with Predicate not using proper SqlDialect
* MySql and Sqlite dialects are ready.
* ***BREAKNG CHANGE*** Renamed DapperExtensions.IDapperExtensionsImpl to IDapperImplementor
* ***BREAKNG CHANGE*** Renamed ISqlDialect.RunIdentityInsertAsBatch to ISqlDialect.SupportsMultipleStatements
* Added GetMultiple method
* GetList, GetPage, Count, Delete will now accept an object as the Predicate for Equals predicates.
1.3.3
* SqlServerDialect now uses SCOPE_IDENTITY instead of IDENT_CURRENT.
* PluralizedAutoClassMapper correctly handles words containing an F or FE
* ***BREAKNG CHANGE*** Now sets "Id" property as Key if it exists before searching for a property ending in "Id"
1.3.2
* Increased speed of Inserts
* ***BREAKNG CHANGE*** GetPage is now 0 based as intended. SqlCe and SqlServer were working differently.
* Added ability to search other assemlies for mappings if not found in same assembly as poco class.
* Added ability to add a global property ignore using a callback on AutoMap
Any 0.0
- Dapper (>= 1.12.0)
Version | Downloads | Last updated |
---|---|---|
1.7.0 | 1 | 2025/5/30 |
1.6.3 | 1 | 2025/6/8 |
1.6.2 | 1 | 2025/6/7 |
1.6.1 | 2 | 2025/6/7 |
1.6.0 | 3 | 2025/5/25 |
1.5.0 | 1 | 2025/6/8 |
1.4.4 | 1 | 2025/6/6 |
1.4.3 | 1 | 2025/6/7 |
1.4.2 | 1 | 2025/6/6 |
1.4.1 | 1 | 2025/6/6 |
1.4.0 | 1 | 2025/6/8 |
1.3.2 | 1 | 2025/6/6 |
1.3.1 | 1 | 2025/6/6 |
1.3.0 | 2 | 2025/6/8 |
1.3.0-a | 1 | 2025/6/7 |
1.2.0 | 0 | 2011/12/13 |
1.1.0 | 0 | 2011/11/30 |
1.0.0 | 0 | 2011/11/15 |