SQLBoiler v3.0.0-rc8 Release Notes

  • โž• Added

    • โž• Add alternative syntax that's case-sensitive for defining aliases. This is particularly useful if toml key syntax is not good enough or viper keeps lowercasing all your keys (and you have uppercase names in say mssql).
    • โž• Added aliasCols, a template helper that can be used in conjunction with stringMap to transform a slice of column names into their aliased names.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix several places that referenced primary keys in the templates that were not alias aware.
    • ๐Ÿ›  Fix strmangle's CamelCase such that it forces the first char to be lowercase.