Skip to content

Commit dec8a1d

Browse files
Merge pull request #147 from Trivadis/bugfix/issue-136-invalid-index
use defined index variable i instead of indx in good example of G-3220
2 parents 5aa79b7 + e49ac6a commit dec8a1d

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/3-dml-and-sql/2-bulk-operations

1 file changed

+1
-1
lines changed

docs/4-language-usage/3-dml-and-sql/2-bulk-operations/g-3220.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exception
5454
<<handle_bulk_exceptions>>
5555
for i in 1..sql%bulk_exceptions.count
5656
loop
57-
logger.log(sql%bulk_exceptions(indx).error_code);
57+
logger.log(sql%bulk_exceptions(i).error_code);
5858
end loop handle_bulk_exceptions;
5959
end;
6060
/

0 commit comments

Comments
 (0)