From e28c47f5cfbed4c195099f0e5313b9d95f1fe7df Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 12:57:59 +0900 Subject: [PATCH] hid some newly added constant groups --- util/SQLiteUtil.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/SQLiteUtil.pm b/util/SQLiteUtil.pm index 8a04c14..a1d9adb 100644 --- a/util/SQLiteUtil.pm +++ b/util/SQLiteUtil.pm @@ -173,16 +173,16 @@ my %ignore = map {$_ => 1} 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 mutex_types scan_status run_time_limit standard_file_control status_parameters synchronization_type virtual_table_constraint virtual_table_indexing_information checkpoint_operation_parameters checkpoint_mode conflict_resolution text_encodings - virtual_table_scan_flags + virtual_table_scan_flags changeset_apply_v2 constants_passed_to_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/