Goqu Versions Save

SQL builder and query library for golang

v9.11.0

3 years ago
  • [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

3 years ago
  • [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

3 years ago
  • [FIXED] SQLite do not add FOR UPDATE in SELECT. #218 - @vlanse
  • [ADDED] Support for INSERT ON CONFLICT in SQLite. #218 - @vlanse

v9.8.0

4 years ago
  • [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

4 years ago
  • Fix all formatting for golangci-lint
  • Move to golangci-lint github action

v9.7.0

4 years ago
  • [ADDED] Support for sqlserver dialect #197,#205 - @vlanse

v9.6.0

4 years ago
  • [ADDED] Support for Lateral queries #182

v9.5.1

4 years ago
  • [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

4 years ago
  • [ADDED] Ability to use regexp like, ilike, notlike, and notilike without a regexp #172

v9.4.0

4 years ago
  • [ADDED] Ability to scan into struct fields from multiple tables #160