All Versions
14
Latest Version
Avg Release Cycle
61 days
Latest Release
1469 days ago
Changelog History
Page 1
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
andUnionAll
are added to supportUNION [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 aSELECT
withJOIN
. -
v1.6.0 Changes
November 11, 2019Per #39, add new methods in
Struct
, includingInsertIgnoreInto
,ReplaceInto
,InsertIgnoreIntoForTag
andReplaceIntoForTag
. -
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.