Skip to content

Releases: henkmollema/Dommel

v2.0.0-beta3

16 Nov 20:27
abebc24
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-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 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

v2.0.0-beta2

19 Oct 15:19
3ded9d3
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
Merge pull request #86 from henkmollema/netcore2.1

Update to .NET Core 2.1

v2.0.0-beta1

25 Mar 12:03
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

First beta release of Dommel v2

v1.10.0

06 Mar 19:49
Compare
Choose a tag to compare

NuGet version: 1.10.1

  • Allow specifying a global escape character to escape table and column names
  • Update to Dapper 1.50.4
  • Target .NET Standard 2.0
  • Drop .NET 4.5 support

v1.9.0

18 Aug 13:39
Compare
Choose a tag to compare
  • Update SDK
  • Update to .NET Standard Library 1.6.1
  • Use System.ComponentModel.Annotations 4.4.0
  • Update build scripts

v1.8.1

21 Apr 12:27
Compare
Choose a tag to compare

Update to VS2017 and MSBuild

v1.8.0

21 Apr 12:26
Compare
Choose a tag to compare
  • Happy new year! 🎉
  • Downgraded to the .NET Standard 1.6.0 package
  • Allow specifying whether a property is an identity for an entity - #49

v1.7.3

06 Dec 19:22
Compare
Choose a tag to compare
  • Added Delete with a predicate and DeleteAll methods - #51
  • Correctly skip key properties when building insert queries - #49
  • Use ConcurrentDictionary to prevent multi-threading issues - #52
  • Include DateTimeOffset in the default primitive types - #53

v1.7.2

06 Dec 19:11
Compare
Choose a tag to compare

Migrate to .NET Standard 1.6.1

v1.7.1

14 Sep 11:41
Compare
Choose a tag to compare

Fix Postgres SQL builder