SQLBoiler v4.7.0 Release Notes

Release Date: 2021-09-26 // over 2 years ago
  • ➕ Added

    • ➕ Add configuration for overriding custom timestamp column names (thanks @stephanafamo)
    • ➕ Add support for arguments to order by (thanks @emwalker and @alexdor)
    • ➕ Add support for comments to mysql (thanks @Wuvist)

    🛠 Fixed

    • 🛠 Fix CVEs in transitive dependencies by bumping cobra & viper
    • 🛠 Fix inconsistent generation of IsNull/IsNotNull where helpers for types that appear both as null and not null in the database.
    • JSON unmarshalling null into types.NullDecimal will no longer panic. String and format have been overridden to return "nil" when the underlying decimal is nil instead of crashing.

    ✂ Removed

    • ✂ Removed bindata in favor of go:embed. This is not a breaking change as there are no longer supported versions of Go that do not support go:embed.