1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

added note on sqlite_extended_result_codes

This commit is contained in:
Kenichi Ishigaki 2017-11-22 02:01:15 +09:00
parent 573d6f02b7
commit e3598578a8

View file

@ -1553,6 +1553,11 @@ If you set this to true, DBD::SQLite tries to see if the bind values
are number or not, and does not quote if they are numbers. See above
for details.
=item sqlite_extended_result_codes
If set to true, DBD::SQLite uses extended result codes where appropriate
(see L<http://www.sqlite.org/rescode.html>).
=back
=head2 Statement Handle Attributes