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 a609df3 commit 39ee1c1Copy full SHA for 39ee1c1
doc/src/release_notes.rst
@@ -40,8 +40,6 @@ Common Changes
40
#) The compiler flag ``-arch x86_64`` no longer needs to be explicitly
41
specified when building from source code on macOS (Intel x86) without
42
Universal Python binaries.
43
-#) The connect() and create_pool() functions now have complete documentation
44
- on their arguments.
45
#) Improved samples and documentation.
46
47
doc/src/user_guide/exception_handling.rst
@@ -95,7 +95,8 @@ in the examples below:
95
96
python-oracledb Thin mode Error::
97
98
- [Errno 61] Connection refused
+ DPY-6005: cannot connect to database. Connection failed with "[Errno 61]
99
+ Connection refused"
100
101
python-oracledb Thick mode Error::
102
0 commit comments