]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging...
authordan <dan@noemail.net>
Thu, 12 Nov 2015 20:12:51 +0000 (20:12 +0000)
committerdan <dan@noemail.net>
Thu, 12 Nov 2015 20:12:51 +0000 (20:12 +0000)
commitd83f7ca1140e152f9bfa4ad2e07d78c167a5d203
tree6adc82a760359ffa7e178179ed243f86ebbc259f
parentc2e0dd4ddd81abbbb25200495df450afa794b9b6
Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened.

FossilOrigin-Name: cab8126be9f63dd596719b12704ba77c128282bc
manifest
manifest.uuid
src/main.c
src/sqliteInt.h
src/test1.c
src/test_config.c
src/test_sqllog.c
test/sqllog.test [new file with mode: 0644]
test/trigger7.test