Subject: | turn on lemon/SQLITE_ENABLE_UPDATE_DELETE_LIMIT |
Hello and thank you :)
Please turn on SQLITE_ENABLE_UPDATE_DELETE_LIMIT
Its not possible with the sources you ship, it requires generation using "lemon"
http://www.sqlite.org/compile.html#enable_update_delete_limit
http://www.sqlite.org/amalgamation.html
http://sourceforge.net/p/brlcad/code/HEAD/tree/brlcad/trunk/misc/tools/lemon/
SQLITE_ENABLE_UPDATE_DELETE_LIMIT
This option enables an optional ORDER BY and LIMIT clause on UPDATE and DELETE statements.
If this option is defined, then it must also be defined when using the 'lemon' tool to generate a parse.c file. Because of this, this option may only be used when the library is built from source, not from the amalgamation or from the collection of pre-packaged C files provided for non-Unix like platforms on the website.