Hi, ALL,
On the page https://www.sqlite.org/c3ref/exec.html following phrase is written:

[quote]
If the 5th parameter to sqlite3_exec() is not NULL then any error
message is written into memory obtained from sqlite3_malloc() and
passed back through the 5th parameter.
[/quote]

Shouldn't it start with:

"If the 5th parameter to sqlite3_exec() is NULL"

?

Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to