]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the sqlite3_limit() interface, take out the feature where zero means
authordrh <drh@noemail.net>
Thu, 20 Mar 2008 18:00:49 +0000 (18:00 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Mar 2008 18:00:49 +0000 (18:00 +0000)
commitf47ce56c493d91554f52ff39f5bd9af258f2985d
tree8ae8b6c4422a4881770b45772a0948b89a40c045
parentb1a6c3c1cc41f16693c0b0855c27e5429e6867a2
In the sqlite3_limit() interface, take out the feature where zero means
use the hard upper bound.  If an application wants the hard upper bound,
it can set the limit to 0x7fffffff and the bound will be automatically
truncated. (CVS 4900)

FossilOrigin-Name: d6be1f495ec57158f7bcca3e32145a9a8fde723a
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
test/sqllimits1.test