From ad5125d99d47478b963c1654c2a0a67d484f5af3 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 23 Feb 2023 11:19:14 +0900 Subject: [PATCH] Ignore newly-added prepared_statement_scan_status constants --- util/SQLiteUtil.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/util/SQLiteUtil.pm b/util/SQLiteUtil.pm index 3739f25..7da63e7 100644 --- a/util/SQLiteUtil.pm +++ b/util/SQLiteUtil.pm @@ -233,6 +233,7 @@ my $ignore_tag_re = join '|', ( 'prepare_flags', # for sqlite3_prepare_v3 'delete_a_session_object', + 'prepared_statement_scan_status', # status flags (status methods are read-only at the moment) 'status_parameters',