File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3795,10 +3795,9 @@ returned for each cursor is limited by `maxRows`.
3795
3795
Number rowsAffected
3796
3796
```
3797
3797
3798
- For [DML][14] statements (including SELECT FOR UPDATE) this contains
3799
- the number of rows affected, for example the number of rows
3800
- inserted. For non-DML statements such as queries and PL/SQL statements,
3801
- `rowsAffected` is undefined.
3798
+ For [DML][14] statements this contains the number of rows affected, for example
3799
+ the number of rows inserted. For non-DML statements such as queries and PL/SQL
3800
+ statements, `rowsAffected` is undefined.
3802
3801
3803
3802
Due to Node.js type limitations, the largest value shown will be
3804
3803
2<sup>32</sup> - 1, even if more rows were affected. Larger values will wrap.
You can’t perform that action at this time.
0 commit comments