]> git.ipfire.org Git - thirdparty/sqlite.git/history - mptest/mptest.c
Path portability enhancements for mptester.exe.
[thirdparty/sqlite.git] / mptest / mptest.c
2015-03-31  drhPath portability enhancements for mptester.exe.
2015-03-31  drhAdd the "mptest" target to main.mk. Change TRUNCATE...
2015-03-31  mistachkinPath handling portability enhancements for mptester.
2015-03-31  mistachkinTesting enhancements on Windows.
2015-03-31  drhAdditional logging information output by mptester.
2015-03-21  mistachkinImprovements to the MSVC build. Fix harmless compiler...
2015-03-17  drhAlso merge the WAL blocking lock tests that were someho...
2015-03-17  drhTransient locks in WAL mode can now block in order...
2015-03-11  drhExpand the multi-process test cases to repeat each...
2015-01-02  mistachkinMerge updates from trunk. asciiMode
2014-12-30  drhAdd the "mptester" tests to releasetest.tcl.
2014-03-13  danMerge latest trunk changes into this branch.
2013-10-12  mistachkinPermit the creation of VSIX packages for Win32.
2013-05-15  mistachkinMerge updates from trunk.
2013-04-18  drhFix an incorrect comment (a copy/paste error) in the...
2013-04-18  drhAdd the --breakpoint and --show-sql-errors commands...
2013-04-17  drhFix the --match command in mptester so that it checks...
2013-04-17  drhIn the mptester, add --glob and --notglob and --testcas...
2013-04-12  drhIn mptester: improve the way that child processes are...
2013-04-11  mistachkinFor the multi-process tester on Win32, make use of...
2013-04-11  drhShow the process-id on log messages from mptester.
2013-04-11  mistachkinEnhance multi-process tester integration with the Win32...
2013-04-10  drhUse symbolic names for tasks in mptester.
2013-04-09  drhChange the rollback journal so that it invokes sqlite3_...
2013-04-08  drhIn mptester, handle startScript no-change commits using...
2013-04-08  drhStill more tests using mptester. Added test cases...
2013-04-08  drhChange mptester to avoid reporting SQLITE_BUSY errors...
2013-04-08  drhMerge the multi-process tester into trunk.
2013-04-08  drhAdd the "mptester" target to the makefiles. Make mptes... mptest
2013-04-08  drhFix harmless compiler warnings in mptest.c.
2013-04-08  drhAdd the vfsname() and eval() SQL functions to mptest.c.
2013-04-08  drhAdd --if, --else, --endif processing to mptest.c.
2013-04-06  drhFix the --source command so that its argument is relati...
2013-04-06  drhMerge trunk changes into the mptest branch. The mptest...
2013-04-06  drhAdd SQLITE_CONFIG_LOG error logging to the mptest program.
2013-04-06  drhGet the build of mptest working on mac.
2013-04-06  drhGet the mptest program running on windows.
2013-04-06  drhMany improvements to the mptest program. Added a simpl...
2013-04-06  drhAdd a prototype TH3-script-style test harness that...