Skip to content

Releases: SoftStoneDevelop/Gedaq

v1.6.0.0

08 Oct 20:56
818ef5e
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.6.0.0/

It is now possible to choose the return type, for example for queries returning a single element it would be wise to choose Single or First instead of Enumerable (the default).

#53

v1.5.0.0

02 Oct 21:04
Compare
Choose a tag to compare

v1.4.11.1

14 Sep 20:20
Compare
Choose a tag to compare

[Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.11.1

Performance:

#48

v1.4.11.0

14 Sep 08:21
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.11.0

Performance:

++ Do not regenerate code if the file containing the class with the attribute has not been changed. Previously, the code was regenerated whenever any change was made to any project file.

v1.4.10.0

20 Jun 13:41
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.10.0

feat:
PostgreSQL: support List<T> parametrs and columns mapping in query

v1.4.9.1

20 Jun 08:57
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.9.1

fix: Critical generation error breaking generation of any code for Gedaq.SqlClient

v1.4.9.0

19 Jun 17:13
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.9.0

feat:
PostgreSQL: support arrays T[] parametrs and columns mapping in query

v1.4.8.0

18 Jun 20:54
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.8.0

feat:
For npgsql, BinaryExporter: added support for database types parameter.

v1.4.7.1

18 Jun 15:43
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.7.1

fix:

  • Wrong mapping in postgre BinaryImport

v1.4.7.0

13 Jun 12:41
Compare
Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.7.0

Support ValueTask for Async methods