v2.1.0
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