1
0
Fork 0
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:
Kenichi Ishigaki 2023-02-23 11:19:14 +09:00
parent dd62355f48
commit ad5125d99d

View file

@ -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',