Skip to content

v2.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@henkmollema henkmollema released this 16 Nov 20:27
· 217 commits to master since this release
abebc24
  • 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 in SqlExpression<T>
  • InsertAll (and InsertAllAsync) 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 to ISqlBuilder which optionally adds quotes around identifiers such as column and table names
  • Added integration tests suite on SQL Server, MySQL and PostgreSQL