mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
hid some newly added constant groups
This commit is contained in:
parent
3e9195bd53
commit
e28c47f5cf
1 changed files with 3 additions and 3 deletions
|
@ -173,16 +173,16 @@ my %ignore = map {$_ => 1} qw/
|
||||||
/;
|
/;
|
||||||
|
|
||||||
my $ignore_tag_re = join '|', qw/
|
my $ignore_tag_re = join '|', qw/
|
||||||
testing_interface configuration_options
|
testing_interface configuration_options deserialize serialize
|
||||||
device_characteristics file_locking vfs_method xshmlock_index
|
device_characteristics file_locking vfs_method xshmlock_index
|
||||||
mutex_types scan_status run_time_limit standard_file_control
|
mutex_types scan_status run_time_limit standard_file_control
|
||||||
status_parameters synchronization_type virtual_table_constraint
|
status_parameters synchronization_type virtual_table_constraint
|
||||||
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 changeset_apply_v2
|
||||||
constants_passed_to_the_conflict_handler
|
constants_passed_to_the_conflict_handler
|
||||||
constants_returned_by_the_conflict_handler
|
constants_returned_by_the_conflict_handler
|
||||||
sql_trace_event_codes
|
sql_trace_event_codes win32_directory_types
|
||||||
/;
|
/;
|
||||||
|
|
||||||
my %compat = map {$_ => 1} qw/
|
my %compat = map {$_ => 1} qw/
|
||||||
|
|
Loading…
Add table
Reference in a new issue