github volatiletech/sqlboiler v2.1.0

latest releases: v4.16.2, v4.16.1, v4.16.0...
7 years ago

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

Don't miss a new sqlboiler release

NewReleases is sending notifications on new releases.