]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When SQLITE_MAX_SQL_LENGTH is 0, disable the limit. Make the default 0.
authordrh <drh@noemail.net>
Mon, 17 Dec 2007 16:20:06 +0000 (16:20 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Dec 2007 16:20:06 +0000 (16:20 +0000)
commitcbd2da9ce9b45623ba96f6cd251bdc1319d92d2a
tree5a1586b48a165489c6b16dd882742201234846d9
parent92e3e09467ffb693d1060b0d4fe7b537d1b49c5c
When SQLITE_MAX_SQL_LENGTH is 0, disable the limit.  Make the default 0.
Once again build the sqlite3 CLI from individual source files so that
it can be built on systems that lack tclsh.  Tickets #2845 and #2846. (CVS 4636)

FossilOrigin-Name: 07aeca3b9c51e538ba7939950a970f62e51bd3ea
Makefile.in
main.mk
manifest
manifest.uuid
src/sqliteLimit.h
src/tokenize.c
src/vdbe.c
test/sqllimits1.test