Releases: henkmollema/Dommel
Releases · henkmollema/Dommel
v2.0.0-beta3
- 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
v2.0.0-beta2
Merge pull request #86 from henkmollema/netcore2.1 Update to .NET Core 2.1
v2.0.0-beta1
First beta release of Dommel v2
v1.10.0
v1.9.0
- Update SDK
- Update to .NET Standard Library 1.6.1
- Use System.ComponentModel.Annotations 4.4.0
- Update build scripts
v1.8.1
Update to VS2017 and MSBuild
v1.8.0
v1.7.3
v1.7.2
Migrate to .NET Standard 1.6.1
v1.7.1
Fix Postgres SQL builder