Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions reference/sqlite3/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
<constant>SQLITE3_ASSOC</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Specifies that the <methodname>Sqlite3Result::fetchArray</methodname>
method shall return an array indexed by column name as returned in the
corresponding result set.
</simpara>
<para>
Specifies that the <target>Sqlite3Result::fetchArray</target>
method shall return an array indexed by column name as returned in the
corresponding result set. Wrong wrong wrong, this should not be committed.
</para>
</listitem>
TODO: This looks stupid.
<listitem>
<simpara>
Specifies that the <methodname>Sqlite3Result::fetchArray</methodname>
Expand Down
Loading