All Versions
14
Latest Version
Avg Release Cycle
61 days
Latest Release
1469 days ago

Changelog History
Page 1

  • v1.9.0 Changes

    November 02, 2020

    โฌ†๏ธ The omitempty field option is upgraded to a function which can omit a field for one or more tags.

    ๐Ÿ‘€ See #50 for details.

  • v1.8.0 Changes

    July 28, 2020

    ๐Ÿ‘ Per #47, new methods Union and UnionAll are added to support UNION [ALL | DISTINCT] operators.

  • v1.7.0 Changes

    November 21, 2019

    ๐Ÿ— Per #40, table name should be added as prefix (like table.col) to column names to avoid column name conflict. It's useful when building a SELECT with JOIN.

  • v1.6.0 Changes

    November 11, 2019

    Per #39, add new methods in Struct, including InsertIgnoreInto, ReplaceInto, InsertIgnoreIntoForTag and ReplaceIntoForTag.

  • v1.5.2

    November 06, 2019
  • v1.5.1

    October 25, 2019
  • v1.5.0

    September 06, 2019
  • v1.4.2

    August 19, 2019
  • v1.4.1

    July 15, 2019
  • v1.4.0 Changes

    April 24, 2019

    #23 This feature is inspired by the interpolation feature implemented by github.com/go-sql-driver/mysql. It's designed to work with some less functional drivers to bind params to a SQL on client side rather than server side.