Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_sqllog.c
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
067b92b
Extend the refactoring into extensions. Clean up stray newlines.
by drh
· 5 years ago
87e1e56
Adjust filename creation in test_sqllog.c so that it uses leading zeros on
by drh
· 9 years ago
d83f7ca
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.
by dan
· 10 years ago
65545b5
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
by drh
· 11 years ago
b9830a1
Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the
by drh
· 12 years ago
48864df
Many spelling fixes in comments. No changes to code.
by mistachkin
· 12 years ago
696b33e
Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFS
by drh
· 13 years ago
7d1f0c7
Get SQLLOG working on windows. Fix a couple of compiler warnings.
by drh
· 13 years ago
sqllog
71ba10d
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.
by dan
· 13 years ago
ac45593
Add an option to register global hooks used for logging all SQL executed by an application.
by dan
· 13 years ago