SQLBoiler v4.5.0 Release Notes

Release Date: 2021-03-14 // about 3 years ago
  • โž• Added

    • โž• Add new query mod WithDeleted to sidestep soft deletes in queries that support query mods (note there still is no way to do this for exists/find operations, see #854 for details)
    • โž• Add select hooks to the Find() methods, this was an accidental omission in previous versions (thanks @jakecoffman)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change go-bindata to v3.22.0
    • ๐Ÿ”„ Change datetimeoffset and uniqueidentifier types in mssql this is a breaking change if you are using these types, but at least in the case of uniquedidentifier it was not possible to use without this change (thanks @severedsea)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix unnecessary copies in JSON type which improves performance (thanks @bouk)
    • ๐Ÿ›  Fix inclusion of foreign key constraints that target generated pg columns (thanks @chochihim)
    • ๐Ÿ›  Fix generation failure bug in delete template when using --no-context --add-global-variants and --add-soft-deletes
    • ๐Ÿ›  Fix cross-schema psql enum generation bug (thanks @csueiras)
    • ๐Ÿ›  Fix bug where column alias was not respected in Load names (thanks @jalan)
    • ๐Ÿ›  Fix bug with large uint64 values in eager loading (thanks @maku693)