Skip to content

Commit 865b53c

Browse files
committed
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
1 parent 2f77fbe commit 865b53c

2 files changed

Lines changed: 7 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.12", "1.13", "1.14", "latest"]
14+
go_version: ["1.14", "1.15", "latest"]
1515
db_versions:
1616
- mysql_version: 5
1717
postgres_version: 9.6

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v9.10.0
2+
3+
* [FIXED] SELECT inherits dialect from INSERT in INSERT FROM SELECT. [#229](https://github.com/doug-martin/goqu/pull/229), [#223](https://github.com/doug-martin/goqu/issues/223) - [@vlanse](https://github.com/vlanse)
4+
* [FIXED] SQLServer dialect: support prepared statements with TOP. [#230](https://github.com/doug-martin/goqu/pull/230), [#225](https://github.com/doug-martin/goqu/issues/225) - [@vlanse](https://github.com/vlanse)
5+
* [ADDED] IsPrepared to SQLExpression interface. [#231](https://github.com/doug-martin/goqu/pull/231) - [@vlanse](https://github.com/vlanse)
6+
17
# v9.9.0
28

39
* [FIXED] SQLite do not add FOR UPDATE in SELECT. [#218](https://github.com/doug-martin/goqu/pull/218) - [@vlanse](https://github.com/vlanse)

0 commit comments

Comments
 (0)