We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1c46a commit c48659dCopy full SHA for c48659d
CHANGELOG.md
@@ -1,7 +1,4 @@
1
-# v8.3.1 (2024-12-24)
2
-- improve PHPStan support (#244)
3
-
4
-# v8.3.0 (2024-11-08)
+# v8.3.0 (2024-12-25)
5
6
- add support for full text search (#235)
7
- add support for IDENTITY columns (#243)
@@ -13,6 +10,7 @@
13
10
- add support for `Query\Builder::whereNotInUnnest(...)` (#225)
14
11
- `Query\Builder::whereIn` will now wrap values in `UNNEST` if the number of values exceeds the limit (950). (#226)
15
12
- Commit options can now be set through config or through `Connection::setCommitOptions(...)` (#229)
+- improve PHPStan support (#244)
16
17
# v8.2.0 (2024-08-05)
18
0 commit comments