Doc Error: Lua Sqlite3 interfaces

Posted by WillFa on Fri 26 Jun 2009 08:57 PM — 2 posts, 13,158 views.

USA #0
db:create_function
db:create_aggregate
db:prepare


all say to "(see Methods for callback contexts)" But there's no Methods topic.

Also, create function's sample includes "util.printf('%2i+%2i+%2i=%2i\n',col1,col2,col3,sum)"

instead of print(string.format(...
Amended on Fri 26 Jun 2009 09:00 PM by WillFa
Australia Forum Administrator #1
Oh well, I copied and pasted from somewhere. ;)

I think I found the source:

http://math2.org/luasearch/lsqlite3.html#methods_for_callback_contexts

I have amended the help file to show the context methods.