mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
ignore new constants (for now)
This commit is contained in:
parent
a29349bff3
commit
872aa29ee1
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,7 @@ my %ignore = map {$_ => 1} qw/
|
||||||
OPEN_MAIN_DB OPEN_TEMP_DB OPEN_TRANSIENT_DB
|
OPEN_MAIN_DB OPEN_TEMP_DB OPEN_TRANSIENT_DB
|
||||||
OPEN_MAIN_JOURNAL OPEN_TEMP_JOURNAL
|
OPEN_MAIN_JOURNAL OPEN_TEMP_JOURNAL
|
||||||
OPEN_SUBJOURNAL OPEN_MASTER_JOURNAL OPEN_WAL
|
OPEN_SUBJOURNAL OPEN_MASTER_JOURNAL OPEN_WAL
|
||||||
|
OK_LOAD_PERMANENTLY PREPARE_PERSISTENT
|
||||||
/;
|
/;
|
||||||
|
|
||||||
my $ignore_tag_re = join '|', qw/
|
my $ignore_tag_re = join '|', qw/
|
||||||
|
@ -168,6 +169,9 @@ my $ignore_tag_re = join '|', qw/
|
||||||
virtual_table_indexing_information checkpoint_operation_parameters
|
virtual_table_indexing_information checkpoint_operation_parameters
|
||||||
checkpoint_mode conflict_resolution text_encodings
|
checkpoint_mode conflict_resolution text_encodings
|
||||||
virtual_table_scan_flags
|
virtual_table_scan_flags
|
||||||
|
constants_passed_to_the_conflict_handler
|
||||||
|
constants_returned_by_the_conflict_handler
|
||||||
|
sql_trace_event_codes
|
||||||
/;
|
/;
|
||||||
|
|
||||||
my %compat = map {$_ => 1} qw/
|
my %compat = map {$_ => 1} qw/
|
||||||
|
|
Loading…
Add table
Reference in a new issue