diff --git a/reference/sqlite3/constants.xml b/reference/sqlite3/constants.xml index bb274879ae95..4f663c23a656 100644 --- a/reference/sqlite3/constants.xml +++ b/reference/sqlite3/constants.xml @@ -11,6 +11,19 @@ SQLITE3_ASSOC (int) + + + Specifies that the Sqlite3Result::fetchArray + 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. Specifies that the Sqlite3Result::fetchArray