From 4ccdb627917cb229693e8191b0033cae82c1f64c Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Tue, 25 Aug 2026 21:03:47 +0200 Subject: [PATCH 1/2] Test review policy --- reference/sqlite3/constants.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/sqlite3/constants.xml b/reference/sqlite3/constants.xml index bb274879ae95..f3f292b6383e 100644 --- a/reference/sqlite3/constants.xml +++ b/reference/sqlite3/constants.xml @@ -18,6 +18,14 @@ corresponding result set. + TODO: This looks stupid. + + + Specifies that the Sqlite3Result::fetchArray + method shall return an array indexed by column name as returned in the + corresponding result set. + + From 3e69263ce321fa36616211cc4f7c007843d7e501 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Tue, 25 Aug 2026 21:06:20 +0200 Subject: [PATCH 2/2] Another test --- reference/sqlite3/constants.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/sqlite3/constants.xml b/reference/sqlite3/constants.xml index f3f292b6383e..4f663c23a656 100644 --- a/reference/sqlite3/constants.xml +++ b/reference/sqlite3/constants.xml @@ -17,6 +17,11 @@ method shall return an array indexed by column name as returned in the corresponding result set. + + Specifies that the Sqlite3Result::fetchArray + method shall return an array indexed by column name as returned in the + corresponding result set. Wrong wrong wrong, this should not be committed. + TODO: This looks stupid.