Skip to content

Commit 8f79f3b

Browse files
committed
Add doc note about success_with_info
1 parent 9ea2d1e commit 8f79f3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,6 +3786,9 @@ connection.execute(
37863786
PL/SQL stored procedures, functions and anonymous blocks can be called
37873787
from node-oracledb using [`execute()`](#execute).
37883788
3789+
Note the error property of the callback is not set when PL/SQL
3790+
"success with info" warnings such as compilation warnings occur.
3791+
37893792
### <a name="plsqlproc"></a> 10.1 PL/SQL Stored Procedures
37903793
37913794
The PL/SQL procedure:

0 commit comments

Comments
 (0)