SQLite

All files named ”test/trace.test”
Login

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

History for test/trace.test

2017-12-27
20:38
[a659a98629] part of check-in [fe3d2b97d8] Show the text of individual statements within a trigger, as they execute, as comments in the output from sqlite3_trace() and sqlite3_trace_v2(). (check-in: [fe3d2b97d8] user: drh branch: span-refactor, size: 7003)
2015-07-14
14:48
[6f676313e3] part of check-in [202479aa0a] Always invoke the profile callback even if the statement does not run to completion. (check-in: [202479aa0a] user: drh branch: trunk, size: 6796)
2014-08-19
20:27
[73a5508100] part of check-in [0d4d3df4bc] Make sure the sqlite3_trace() callback is invoked, even if the prepared statement was marked "expired" before it ever entered sqlite3_step(). Ticket [11d5aa455e0d98f3c1e6a08]. (check-in: [0d4d3df4bc] user: drh branch: trunk, size: 6592)
2009-12-17
22:12
[4b36a41a3e] part of check-in [85e3c73497] Fixed some TCL test cases to work if SQLITE_OMIT_TRIGGER is defined. (check-in: [85e3c73497] user: shaneh branch: trunk, size: 6225)
03:49
[655053a05f] part of check-in [69a1348a3c] Disable trace when recursively running commands while vacuuming. (check-in: [69a1348a3c] user: drh branch: trunk, size: 6139)
2009-11-25
19:35
[2739f8dcc6] part of check-in [01d5451af0] Get trace with parameter insertion working for UTF16 databases. (check-in: [01d5451af0] user: drh branch: trunk, size: 6055)
18:03
[1e194d4aa2] part of check-in [545cfb3b63] Initial check-in of code that inserts tokenizations of the values for bound parameters into the output of sqlite3_trace(). (check-in: [545cfb3b63] user: drh branch: trunk, size: 4527)
2009-04-07
14:14
[19ffbc0988] part of check-in [277dace43d] Fix compilation and testing when SQLITE_OMIT_TRIGGER is defined. Ticket #3786. (CVS 6464) (check-in: [277dace43d] user: danielk1977 branch: trunk, size: 4012)
2008-01-12
21:35
[951cd0f5f5] part of check-in [110c000d86] The sqlite3_trace() callback now prints a message as each trigger fires within a statement. (CVS 4709) (check-in: [110c000d86] user: drh branch: trunk, size: 3946)
2006-01-03
00:33
[75ffc1b992] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 3417)
2005-08-29
23:00
[9fd28695c4] part of check-in [ed2ca0873f] Increase resolution of time-of-day on unix. Add an experimental sqlite3_profile() API. (CVS 2639) (check-in: [ed2ca0873f] user: drh branch: trunk, size: 3355)
2004-09-17
20:46
[a54fa8df0d] part of check-in [8bb0221da8] Close stray statements prior to finishing trace.test, to avoid a file descriptor leak. (CVS 1965) (check-in: [8bb0221da8] user: drh branch: trunk, size: 1913)
2004-09-15
13:38
[b6fb0931e4] part of check-in [0cc2f40e6a] The callback on sqlite3_trace() is invoked the first time sqlite3_step() is called after sqlite3_prepare() or sqlite3_reset(). Ticket #900. (CVS 1960) (check-in: [0cc2f40e6a] user: drh branch: trunk, size: 1882)
2004-06-30
02:35
[0ed7278744] part of check-in [6c5c11e07e] Minor fixes for UTF-16 databases. (CVS 1770) (check-in: [6c5c11e07e] user: danielk1977 branch: trunk, size: 1190)
2004-06-29
11:26
Added: [0c5da18f98] part of check-in [7a15391079] Add testing for sqlite3_trace() and fix a bug. (CVS 1760) (check-in: [7a15391079] user: drh branch: trunk, size: 1164)