1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Corrections to the documentation on sqlite3_exec(). Ticket #2161. (CVS 3586)

FossilOrigin-Name: afd33f62ecf9f14255f5593ea87636b9deab7b92
This commit is contained in:
drh
2007-01-10 12:57:29 +00:00
parent 86939b598f
commit a09883f377
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
set rcsid {$Id: capi3ref.tcl,v 1.50 2007/01/10 12:54:52 drh Exp $}
set rcsid {$Id: capi3ref.tcl,v 1.51 2007/01/10 12:57:29 drh Exp $}
source common.tcl
header {C/C++ Interface For SQLite Version 3}
puts {
@ -861,7 +861,7 @@ int sqlite3_exec(
value then the query is aborted, all subsequent SQL statements
are skipped and the sqlite3_exec() function returns the SQLITE_ABORT.
The 4th argument is an arbitrary pointer that is passed
The 1st argument is an arbitrary pointer that is passed
to the callback function as its first argument.
The 2nd argument to the callback function is the number of