We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f17f3 commit 8a91d19Copy full SHA for 8a91d19
2 files changed
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go_version: ["1.10", "1.11", "latest"]
+ go_version: ["1.12", "1.13", "1.14", "latest"]
15
db_versions:
16
- mysql_version: 5
17
postgres_version: 9.6
HISTORY.md
@@ -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
6
# v9.8.0
7
8
* [ADDED] Support for ANY and ALL operators. [#196](https://github.com/doug-martin/goqu/issues/196)
0 commit comments