Releases: SoftStoneDevelop/Gedaq
v1.6.1.0
Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.6.1.0/
Update Microsoft.CodeAnalysis.CSharp package
v1.6.0.0
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).
v1.5.0.0
Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.5.0.0/
v1.4.11.1
v1.4.11.0
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
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
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
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
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
Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq/1.4.7.1
fix:
- Wrong mapping in postgre BinaryImport