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 f6cc603 commit 4449fb8Copy full SHA for 4449fb8
CHANGES.md
@@ -1,14 +1,16 @@
1
In next release ...
2
3
--
4
-
5
## v2.0.3 (2024-06-15)
6
7
- Fix issue where larger results would sometimes have duplicates (#122).
8
9
- Fixed an issue where the result row array type would use the record generic
10
as the value type instead of `any` which was incorrect.
11
+- The `DatabaseError`, `ErrorLevel`, and `TransactionStatus` symbols
+ are no longer exported using `type` (which was incorrect given that you want
12
+ to be able to use `instanceof` and extract information).
13
+
14
## v2.0.2 (2024-04-12)
15
16
- Fix SSL configuration issue where the `ssl` configuration option was not
0 commit comments