Releases: JordanMarr/SqlHydra
Releases · JordanMarr/SqlHydra
v0.610.0
SqlHydra.Query
- BREAKING CHANGE: InsertBuilder
entities
operation now takes newAtLeastOne
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
SqlHydra.Npgsql
- Added support for inserting and updating
json
andjsonb
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!