]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin implementing a new system of upper bounds on the capabilities
authordrh <drh@noemail.net>
Tue, 8 May 2007 01:08:49 +0000 (01:08 +0000)
committerdrh <drh@noemail.net>
Tue, 8 May 2007 01:08:49 +0000 (01:08 +0000)
commitc797d4dccd35777b8daf9d1eb6404a738104777b
treeca71128e394a6b3951b7ef916c5b2af971dfb245
parent02d858364b6e9a68ed6a21c5d642b2716539fca2
Begin implementing a new system of upper bounds on the capabilities
of SQLite.  By clearly defining the upper bounds, we make those
upper bounds explicitly testable.  This check-in is just infrastructure.
The upper bounds are not yet enforced. (CVS 3941)

FossilOrigin-Name: 93b623b232a43f78d2c90bfa2389dd5b28ad7280
18 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/attach.c
src/build.c
src/limits.h [new file with mode: 0644]
src/main.c
src/pager.h
src/pragma.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test1.c
src/test_config.c [new file with mode: 0644]
src/vdbe.c
test/alter2.test