Skip to content

Commit 8a91d19

Browse files
committed
v9.9.0
1 parent 65f17f3 commit 8a91d19

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go_version: ["1.10", "1.11", "latest"]
14+
go_version: ["1.12", "1.13", "1.14", "latest"]
1515
db_versions:
1616
- mysql_version: 5
1717
postgres_version: 9.6

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v9.9.0
2+
3+
* [FIXED] SQLite do not add FOR UPDATE in SELECT. [#218](https://github.com/doug-martin/goqu/pull/218) - [@vlanse](https://github.com/vlanse)
4+
* [ADDED] Support for INSERT ON CONFLICT in SQLite. [#218](https://github.com/doug-martin/goqu/pull/218) - [@vlanse](https://github.com/vlanse)
5+
16
# v9.8.0
27

38
* [ADDED] Support for ANY and ALL operators. [#196](https://github.com/doug-martin/goqu/issues/196)

0 commit comments

Comments
 (0)