]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_MAX_COMPOUND_SELECT compile-time parameter for limiting
authordrh <drh@noemail.net>
Thu, 7 Jun 2007 10:55:35 +0000 (10:55 +0000)
committerdrh <drh@noemail.net>
Thu, 7 Jun 2007 10:55:35 +0000 (10:55 +0000)
commit0325d8731b1ec58ef30268e3ba4b55c8fcdbd7d2
treef133e7931c034c467cc313b8bebb243d467e47be
parent39984cdc8b2f0ca0b7af86e60f841bf60f2dc841
Add the SQLITE_MAX_COMPOUND_SELECT compile-time parameter for limiting
the number of terms in a compound select statement.  Set the default limit
to 100. (CVS 4046)

FossilOrigin-Name: 0d71ad4591eae9de8749fb2da6455ac661587f7a
manifest
manifest.uuid
src/limits.h
src/select.c
src/test_config.c
test/select7.test