Skip to content

Commit 53501d6

Browse files
committed
Add the new 'error.code' attribute as part of release notes
1 parent 905a203 commit 53501d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...
2424
function to be specified that can make custom alterations to SQL query
2525
data before it is returned to the application.
2626

27+
#) Added a new :attr:`error.code` to fetch the error prefix and the error
28+
number, for example ``ORA-01017``, ``DPI-1080``, and ``NJS-500``.
29+
2730
#) Deprecated execution option attribute ``fetchInfo``. Use the new
2831
:ref:`fetchtypehandler` functionality instead.
2932

0 commit comments

Comments
 (0)