Releases: SoftStoneDevelop/Gedaq
v1.4.7.0
Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.7.0
Support ValueTask for Async methods
v1.4.6.8
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
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
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
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
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
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
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
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
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.