]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move SQL functions used for testing only out of func.c and into a new
authordrh <drh@noemail.net>
Wed, 19 Mar 2008 16:08:53 +0000 (16:08 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Mar 2008 16:08:53 +0000 (16:08 +0000)
commit984bfaa4c78fccb20f4c67ee22abe1dc4debb564
tree9d161f0fd0f7a59e4ec98ca603ce43a01db40a03
parent2fa1868fb66e5fe5a18e0285d89b806a1d9e69da
Move SQL functions used for testing only out of func.c and into a new
test file named test_func.c.  Use sqlite3_auto_extension() to make sure
the test functions appear in every database connection. (CVS 4883)

FossilOrigin-Name: e90c4cc8a89838161f218739bc821126e247498c
12 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/func.c
src/loadext.c
src/main.c
src/tclsqlite.c
src/test_autoext.c
src/test_func.c [new file with mode: 0644]
test/loadext2.test
test/tester.tcl