Skip to content

Commit 9da37a4

Browse files
authored
fixed SQLite3::setAuthorizer parameter order description. (#593)
5th and 6th parameter description is wrong, because they are copy-and-pasted from the following C interface manual page. https://www.sqlite.org/c3ref/c_alter_table.html
1 parent 477c5f9 commit 9da37a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/sqlite3/sqlite3/setauthorizer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
</table>
8383
</para>
8484
<para>
85-
The 5th parameter will be the name of the database (<literal>"main"</literal>,
85+
The 4th parameter will be the name of the database (<literal>"main"</literal>,
8686
<literal>"temp"</literal>, etc.) if applicable.
8787
</para>
8888
<para>
89-
The 6th parameter to the authorizer callback is the name of the inner-most trigger or
89+
The 5th parameter to the authorizer callback is the name of the inner-most trigger or
9090
view that is responsible for the access attempt or &null; if this access attempt is
9191
directly from top-level SQL code.
9292
</para>

0 commit comments

Comments
 (0)