Skip to content

Releases: JordanMarr/SqlHydra

v0.610.0

03 Dec 00:08
Compare
Choose a tag to compare

SqlHydra.Query

  • BREAKING CHANGE: InsertBuilder entities operation now takes new AtLeastOne type as input.

SqlHydra.*:

  • Both tables and now columns can be filtered in generated types.
  • Generated columns for all providers are now sorted by ordinal.
    Thanks to @Jmaharman for this improvement!
  • Improved code generation tests using Verify
    Thanks to @Jmaharman for this improvement!

v0.600.1

03 Dec 00:16
Compare
Choose a tag to compare

SqlHydra.Npgsql

  • Added support for inserting and updating json and jsonb data types with Npgsql (and new attribute subsystem for overriding the parameter type in the generated types which is now available to be used by all providers).
    Thanks to @MargaretKrutikova for adding this very difficult feature and subsystem!