aboutsummaryrefslogtreecommitdiff
path: root/src/test_sqllog.c
Commit message (Collapse)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
| | | FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
| | | FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
* Adjust filename creation in test_sqllog.c so that it uses leading zeros ondrh2017-01-04
| | | | | counters, so that files appear in order when sorted lexicographically. FossilOrigin-Name: 8d670973595bd01ffc9b2ab53b965e6d6d22c573
* Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the ↵dan2015-11-12
| | | | | 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
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
| | | | | OpenBSD hates those functions. FossilOrigin-Name: 10321910990195878c0af1e94b34ae0cdc0cb31b
* Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and thedrh2013-04-22
| | | | | test_sqllog.c demonstration file. No changes to code. FossilOrigin-Name: 206caf21f6f6963aa38a9aa0f6ea11c7230bb726
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFSdrh2012-12-06
| | | | | to return a new temporary filename. Per request from NSS team at Mozilla. FossilOrigin-Name: 1a63b1d5fa5d79f96eddbda6d94bc10248863710
* Get SQLLOG working on windows. Fix a couple of compiler warnings.drh2012-11-27
| | | FossilOrigin-Name: b3809c937b230b34e5bc6ce4909c04ceef72fb85
* Fix problems in test_sqllog.c. Clarify the experimental SQLITE_CONFIG_SQLLOG ↵dan2012-11-27
| | | | | interface. Handle at least the more likely error conditions in test_sqllog.c. FossilOrigin-Name: 429c5b2056d7b7c644ca53bc97b8e0b9cb89ab04
* Add an option to register global hooks used for logging all SQL executed by ↵dan2012-11-26
an application. FossilOrigin-Name: cd501bbccf3e62b002317592cc331770b32c129a