mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Ignore newly-added prepared_statement_scan_status constants
This commit is contained in:
parent
dd62355f48
commit
ad5125d99d
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ my $ignore_tag_re = join '|', (
|
||||||
'prepare_flags', # for sqlite3_prepare_v3
|
'prepare_flags', # for sqlite3_prepare_v3
|
||||||
|
|
||||||
'delete_a_session_object',
|
'delete_a_session_object',
|
||||||
|
'prepared_statement_scan_status',
|
||||||
|
|
||||||
# status flags (status methods are read-only at the moment)
|
# status flags (status methods are read-only at the moment)
|
||||||
'status_parameters',
|
'status_parameters',
|
||||||
|
|
Loading…
Add table
Reference in a new issue