v2.0.0-beta3
Pre-release
Pre-release
henkmollema
released this
16 Nov 20:27
·
217 commits
to master
since this release
- Like queries:
Select<Product>(p => p.Name.Contains("bike")
- Don't add
null
instances to collections when performing automatic multi-map - Added missing
@
to parameters inSqlExpression<T>
InsertAll
(andInsertAllAsync
) method to insert a collection of entities- Added non-async
Get
methods with automatic multi mapping - Perform caching per connection type to allow querying multiple database systems in one application
- Added
QuoteIdentifier
method toISqlBuilder
which optionally adds quotes around identifiers such as column and table names - Added integration tests suite on SQL Server, MySQL and PostgreSQL