SQLite

All files named ”src/test_sqllog.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/test_sqllog.c

2025-03-06
13:38
[5abf048657] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 18140)
2020-06-19
15:24
[540feaea72] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 18144)
2017-01-04
14:53
[11e6ce7575] part of check-in [8d67097359] Adjust filename creation in test_sqllog.c so that it uses leading zeros on counters, so that files appear in order when sorted lexicographically. (check-in: [8d67097359] user: drh branch: trunk, size: 18141)
2015-11-12
20:12
[0d138a8180] part of check-in [cab8126be9] 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. (check-in: [cab8126be9] user: dan branch: trunk, size: 18135)
2015-01-19
00:35
[b690c12933] part of check-in [1032191099] Eliminate all use of sprintf(), strcpy() and strcat() from test logic because OpenBSD hates those functions. (check-in: [1032191099] user: drh branch: trunk, size: 16499)
2013-04-22
13:51
[c1c1bbedbc] part of check-in [206caf21f6] Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the test_sqllog.c demonstration file. No changes to code. (check-in: [206caf21f6] user: drh branch: trunk, size: 16376)
2013-03-21
21:20
[bc50e5afeb] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 14736)
2012-12-06
19:01
[8acb843ddb] part of check-in [1a63b1d5fa] Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFS to return a new temporary filename. Per request from NSS team at Mozilla. (check-in: [1a63b1d5fa] user: drh branch: trunk, size: 14737)
2012-11-27
16:39
[7813b47021] part of check-in [b3809c937b] Get SQLLOG working on windows. Fix a couple of compiler warnings. (check-in: [b3809c937b] user: drh branch: sqllog, size: 14733)
10:56
[426eb95f41] part of check-in [429c5b2056] Fix problems in test_sqllog.c. Clarify the experimental SQLITE_CONFIG_SQLLOG interface. Handle at least the more likely error conditions in test_sqllog.c. (check-in: [429c5b2056] user: dan branch: sqllog, size: 14640)
2012-11-26
19:50
Added: [5e8e258299] part of check-in [cd501bbccf] Add an option to register global hooks used for logging all SQL executed by an application. (check-in: [cd501bbccf] user: dan branch: sqllog, size: 13448)