github aarondl/sqlboiler v2.1.0

latest releases: v4.19.5, v4.19.4, v4.19.3...
8 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.