Releases: doug-martin/goqu
Releases · doug-martin/goqu
v9.11.0
- [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
- [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
- [FIXED] SQLite do not add FOR UPDATE in SELECT. #218 - @vlanse
- [ADDED] Support for INSERT ON CONFLICT in SQLite. #218 - @vlanse
v9.8.0
- [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
- Fix all formatting for golangci-lint
- Move to golangci-lint github action
v9.6.0
- [ADDED] Support for Lateral queries #182
v9.5.1
- [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
- [ADDED] Ability to use regexp like, ilike, notlike, and notilike without a regexp #172
v9.4.0
- [ADDED] Ability to scan into struct fields from multiple tables #160