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 9ea2d1e commit 8f79f3bCopy full SHA for 8f79f3b
doc/api.md
@@ -3786,6 +3786,9 @@ connection.execute(
3786
PL/SQL stored procedures, functions and anonymous blocks can be called
3787
from node-oracledb using [`execute()`](#execute).
3788
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
+
3792
### <a name="plsqlproc"></a> 10.1 PL/SQL Stored Procedures
3793
3794
The PL/SQL procedure:
0 commit comments