Skip to content

v2.1.0

Compare
Choose a tag to compare
@aarondl aarondl released this 12 Nov 08:14
· 1175 commits to master since this release

Features

  • Add support for Enums in MySQL and Postgres
  • Add support for single bytes ("char" type) for Postgres
  • Upgrade to github.com/nullbio/null.v6

Bug Fixes

  • Add the entire list of golint checked acronyms to sqlboiler's TitleCase (ID, UUID, etc.)
  • Fix an issue where --basedir was being ignored in environment & command line (thanks pritambaral)
  • Fix issue where eager loading N separate entities on a model would overwrite the previous N-1 loads

Upgrade Instructions

Please ensure you upgrade the null package to the latest version or you may run into trouble with this release.

go get -u gopkg.in/nullbio/null.v6