SQLBoiler v4.2.0 Release Notes

Release Date: 2020-07-03 // almost 4 years ago
  • ➕ Added

    • ➕ Add types.DecimalContext to control the context with which new decimals are created. This is important if your application uses a special context with more precision or requires the Go operating mode for example.
    • ➕ Add WhereNotIn/AndNotIn/OrNotIn query mods to help solve a bug
    • ➕ Add alias struct case type (uses the columns alias) (thanks @Darkclainer)
    • ➕ Add ability to type replace on tables (thanks @stephenafamo)

    🔄 Changed

    • 🔄 Change the way column cache keys are created and looked up, improving memory performance of sqlboiler's caching layer (thanks @zikaeroh)

    🛠 Fixed

    • 🛠 Fix the psql driver to correctly ignore generated columns (thanks @chochihim)
    • 🛠 Fix an issue with mariadb ssl-mode when running generated tests (thanks @tooolbox)
    • 🛠 Fix $1 placeholder in mysql DeleteAll() when using soft delete (thanks @mfzy602)
    • 🛠 Fix boilingcore tests to use current module via replace instead of the published v4 module