Skip to content

Releases: SoftStoneDevelop/Gedaq

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

v1.4.6.8

11 Jun 05:28
e13e78b
Compare
Choose a tag to compare

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

feat: The name of the extension class starts with the name of the class in which the attribute is located.

v1.4.6.7

11 Jun 01:15
Compare
Choose a tag to compare

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

fix:
Scalar: cast exception (trying to cast DbNull to type)

v1.4.6.6

09 Jun 06:30
Compare
Choose a tag to compare

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

fix:

  • parametr nullable in some case reset to false
  • If parameter is value reference and value = null then need set DbNull.Value into value

v1.4.6.4

07 Jun 05:05
Compare
Choose a tag to compare

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

fix: Scalar with nullable types throw generator exception

v1.4.6.3

29 May 02:27
Compare
Choose a tag to compare

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

Support RETURNING instruction for PostgreSQL. Gedaq work with "RETURNING" when queryType is Read or Scalar.

v1.4.5.0

28 May 20:38
Compare
Choose a tag to compare

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

Support a new optional parameter "methodParametrName" for ParametrAttribute

v1.4.4.0

28 May 17:45
Compare
Choose a tag to compare

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

  • Generated FileNames is concatenated from "ClassName" + "MethodName" + "ProviderName".
  • If the query type is not combined (NonQuery | Read for example), then use the name without a prefix.
  • Generated methods can only be static if the class is marked as static or non-partial

v1.4.1.3

20 May 23:39
Compare
Choose a tag to compare

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

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.

v1.4.0.0

09 May 07:40
Compare
Choose a tag to compare

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

  • Methods are generated with access modifiers as specified in the attribute.
  • Support for partial classes: If the class in which the attribute is specified is partial, then the generated methods will be part of this class.