All Versions
70
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 2

  • v9.10.0 Changes

    September 17, 2020
    • ๐Ÿ›  [FIXED] SELECT inherits dialect from INSERT in INSERT FROM SELECT. #229, #223 - @vlanse
    • ๐Ÿ›  [FIXED] SQLServer dialect: support prepared statements with TOP. #230, #225 - @vlanse
    • [ADDED] IsPrepared to SQLExpression interface. #231 - @vlanse
  • v9.9.0 Changes

    May 21, 2020
    • โšก๏ธ [FIXED] SQLite do not add FOR UPDATE in SELECT. #218 - @vlanse
    • ๐Ÿ‘ [ADDED] Support for INSERT ON CONFLICT in SQLite. #218 - @vlanse
  • v9.8.0 Changes

    March 20, 2020
    • ๐Ÿ‘ [ADDED] Support for ANY and ALL operators. #196
    • ๐Ÿ‘ [ADDED] Support for CASE statements #193
    • ๐Ÿ‘ [ADDED] Support for getting column identifiers from AliasExpressions. #203
  • v9.7.1 Changes

    March 17, 2020
    • ๐Ÿ›  Fix all formatting for golangci-lint
    • ๐Ÿ‘• Move to golangci-lint github action
  • v9.7.0 Changes

    March 16, 2020
  • v9.6.0 Changes

    December 16, 2019
    • ๐Ÿ‘ [ADDED] Support for Lateral queries #182
  • v9.5.1 Changes

    December 07, 2019
    • ๐Ÿ›  [FIXED] WITH clause without a RETURNING clause will panic #177
    • ๐Ÿ›  [FIXED] SQlite dialect escapes single quotes wrong, leads to SQL syntax error #178
    • ๐Ÿ›  [FIXED] Fix ReturnsColumns() nil pointer panic #181 - @yeaha
    • ๐Ÿ›  [FIXED] SelectDataset From with Error #183
    • ๐Ÿ›  [FIXED] Unable to execute union with order by expression #185
  • v9.5.0 Changes

    October 03, 2019
    • [ADDED] Ability to use regexp like, ilike, notlike, and notilike without a regexp #172
  • v9.4.0 Changes

    October 01, 2019
    • [ADDED] Ability to scan into struct fields from multiple tables #160
  • v9.3.0 Changes

    September 25, 2019
    • โšก๏ธ [ADDED] Using Update, Insert, or Delete datasets in sub selects and CTEs #164