go-sqlbuilder v1.9.0 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ⬆️ The omitempty field option is upgraded to a function which can omit a field for one or more tags.

    👀 See #50 for details.


Previous changes from v1.8.0

  • 👍 Per #47, new methods Union and UnionAll are added to support UNION [ALL | DISTINCT] operators.