mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
made run-time limit constant group public
This commit is contained in:
parent
e28c47f5cf
commit
85f80b9e6d
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ my %ignore = map {$_ => 1} qw/
|
||||||
my $ignore_tag_re = join '|', qw/
|
my $ignore_tag_re = join '|', qw/
|
||||||
testing_interface configuration_options deserialize serialize
|
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 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue