Skip to content

Commit b7e6f8a

Browse files
committed
Remove now-incorrect statement about array binding for PL/SQL
1 parent f743fef commit b7e6f8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3307,9 +3307,6 @@ IN binds are values passed into the database. OUT binds are used to
33073307
retrieve data. IN OUT binds are passed in, and may return a different
33083308
value after the statement executes.
33093309
3310-
With PL/SQL statements, only scalar parameters can be bound. An array
3311-
of values cannot be bound to a PL/SQL bind parameter.
3312-
33133310
OUT bind parameters for `RETURNING INTO` clauses will always return an
33143311
array of values. See [DML RETURNING Bind Parameters](#dmlreturn).
33153312

0 commit comments

Comments
 (0)