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:
parent
573d6f02b7
commit
e3598578a8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue