aboutsummaryrefslogtreecommitdiff
path: root/src/test_sqllog.c
Commit message (Expand)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* Adjust filename creation in test_sqllog.c so that it uses leading zeros ondrh2017-01-04
* Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the log...dan2015-11-12
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and thedrh2013-04-22
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFSdrh2012-12-06
* Get SQLLOG working on windows. Fix a couple of compiler warnings.drh2012-11-27
* Fix problems in test_sqllog.c. Clarify the experimental SQLITE_CONFIG_SQLLOG ...dan2012-11-27
* Add an option to register global hooks used for logging all SQL executed by a...dan2012-11-26