Skip to content

Releases: SoftStoneDevelop/Gedaq.Npgsql

v9.1.0.0-beta

06 Apr 20:49
66da299

Choose a tag to compare

v9.1.0.0-beta Pre-release
Pre-release

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.Npgsql/9.1.0.0-beta

What's Changed

feat: + Attribute for dynamic query mapping

Full Changelog: v9.0.1.1...v9.1.0.0-beta

v9.0.1.1

17 Jan 17:14
b97fece

Choose a tag to compare

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

What's Changed

Full Changelog: v9.0.0.2...v9.0.1.1

v9.0.1.1-beta

17 Jan 12:39
0315784

Choose a tag to compare

v9.0.1.1-beta Pre-release
Pre-release

v9.0.0.2

21 Dec 04:23
aad443c

Choose a tag to compare

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

  • Updated dependency package

v1.2.7.0

08 Oct 14:18

Choose a tag to compare

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

  • Add ReturnType parameter

SoftStoneDevelop/Gedaq#53

v1.2.6.0

30 Sep 17:16

Choose a tag to compare

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

Feat:

  • Add new parameter 'AsPartInterface'

SoftStoneDevelop/Gedaq#50

v1.2.5.0

18 Jun 20:53
fd95137

Choose a tag to compare

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

BinaryExporter: added database types parameter

v1.2.4.0

13 Jun 12:39

Choose a tag to compare

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

Support ValueTask for Async methods

v1.2.3.0

28 May 20:09

Choose a tag to compare

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

Added a new optional parameter "methodParametrName" for ParametrAttribute

v1.2.2.1

20 May 23:52

Choose a tag to compare

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

Complementary attributes (such as "Parameter", "BatchPart", etc.) should now be grouped with the primary one (such as "Query", "BatchQuery", etc.). That allowed to remove the binding to the name.