SQLBoiler v4.9.0 Release Notes

Release Date: 2022-04-04 // about 2 years ago
  • ➕ Added

    • ➕ Add AllEnum() function to retrieve a slice of all valid values of an enum type
    • ➕ Add DefaultTemplates to boilingcore.Config to change the base template files to use for generation
    • ➕ Add CustomTemplateFuncs to boilingcore.Config to supply additional functions that can be used in templates (thanks @ccakes)

    🛠 Fixes

    • 🛠 Fixes issues with detecting enum values that contain uppercases
    • Properly wrap column names in quotes when loading many-to-many relationships (thanks @bryanmcgrane)
    • ✂ Removes duplicated deleted_at IS NULL clause in relationship queries (thanks @ktakenaka)