Skip to content

Releases: doug-martin/goqu

v9.11.0

05 Mar 03:47
Compare
Choose a tag to compare
  • [FIXED] Use valid 'IS' operator for sqlserver dialect #240, #239 - @vlanse
  • [ADDED] Implement Orderable interface for SQL Functions #251 - @GlebBeloded
  • [ADDED] Support for table hint in multi-table MySQL DELETE queries #252 - @vlanse

v9.10.0

17 Sep 20:33
Compare
Choose a tag to compare
  • [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

21 May 04:04
Compare
Choose a tag to compare
  • [FIXED] SQLite do not add FOR UPDATE in SELECT. #218 - @vlanse
  • [ADDED] Support for INSERT ON CONFLICT in SQLite. #218 - @vlanse

v9.8.0

20 Mar 21:57
Compare
Choose a tag to compare
  • [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

17 Mar 18:55
b819bf7
Compare
Choose a tag to compare
  • Fix all formatting for golangci-lint
  • Move to golangci-lint github action

v9.7.0

16 Mar 21:29
5edc406
Compare
Choose a tag to compare

v9.6.0

16 Dec 05:30
751dbc6
Compare
Choose a tag to compare
  • [ADDED] Support for Lateral queries #182

v9.5.1

07 Dec 18:36
1dd9123
Compare
Choose a tag to compare
  • [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

03 Oct 05:00
fbe8322
Compare
Choose a tag to compare
  • [ADDED] Ability to use regexp like, ilike, notlike, and notilike without a regexp #172

v9.4.0

01 Oct 01:40
cddc40e
Compare
Choose a tag to compare
  • [ADDED] Ability to scan into struct fields from multiple tables #160