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 fa3f23b commit 2a1e52fCopy full SHA for 2a1e52f
doc/src/release_notes.rst
@@ -22,7 +22,7 @@ Common Changes
22
#) Added support for returning maximum identifier length allowed by the
23
database using the new property :attr:`connection.maxIdentifierLength`.
24
25
-#) Added :meth:`~dbObject.copy` method to create a deep copy of database
+#) Added :meth:`~dbObject.copy` method to create deep copies of database
26
objects.
27
28
Thin Mode Changes
test/opts/.mocharc.yaml
@@ -290,3 +290,4 @@ spec:
290
- test/dataTypeVector5.js
291
- test/dataTypeVector6.js
292
- test/traceCalls.js
293
+ - test/inBandNotification.js
0 commit comments