]> git.ipfire.org Git - thirdparty/sqlite.git/history - mptest
Fix a problem with queries that use "IN(...) ORDER BY ... NULLS LAST" or similar...
[thirdparty/sqlite.git] / mptest /
2016-04-05  mistachkinMerge updates from trunk.
2016-04-03  mistachkinMerge updates from trunk.
2016-03-16  drhAvoid a few unnecessary fstat()s on journal files.
2016-03-09  danMerge latest trunk changes with this branch.
2016-02-25  danDisable the RESTRICT foreign key action if "PRAGMA...
2016-02-22  drhMerge up to trunk.
2016-02-15  drhMinor code simplifications.
2016-02-13  drhMerge the changes for the 3.11.0 release candidate...
2016-02-12  drhEnhance mptester so that it takes great care to delete...
2016-01-22  danMerge latest trunk changes into this branch.
2016-01-01  drhMerge the latest enhancements from trunk.
2015-12-17  drhFixes for harmless compiler warnings.
2015-12-16  mistachkinFix some more harmless compiler warnings.
2015-10-30  drhMerge all the latest enhancements from trunk.
2015-10-30  danAdd new API function sqlite3_db_cacheflush().
2015-10-29  drhFix uses of ctype functions (ex: isspace()) on signed...
2015-08-13  drhMerge in all the trunk changes from the previous year...
2015-04-23  danMerge latest trunk changes into this branch.
2015-04-22  danUpdate this branch with latest trunk changes.
2015-04-20  drhMerge all recent trunk enhancements and fixes into...
2015-04-16  mistachkinMerge updates from trunk. expShell
2015-04-15  drhAdd the --msvc command-line option to the releasetest...
2015-04-08  drhMerge all changes for version 3.8.9 into the ota-update...
2015-04-07  mistachkinMerge updates from trunk.
2015-04-01  danMerge latest trunk changes with this branch.
2015-04-01  drhMerge recent enhancements from trunk.
2015-04-01  drhImproved tracing and debugging support on windows.
2015-03-31  drhOn windows, flush the mapping view when syncing content...
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-24  drhMerge all recent trunk enhancements into the sessions...
2015-03-24  danMerge the latest trunk changes into this branch.
2015-03-21  danMerge trunk changes with this branch.
2015-03-21  mistachkinMerge updates from trunk.
2015-03-21  mistachkinImprovements to the MSVC build. Fix harmless compiler...
2015-03-19  mistachkinMerge updates from trunk.
2015-03-17  drhMerge all recent trunk enhancements into the sessions...
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-28  drhMerge in all changes from trunk.
2015-01-02  mistachkinMerge updates from trunk. asciiMode
2015-01-01  danMerge latest trunk changes with this branch.
2014-12-31  drhMerge the fix to PRAGMA data_version and testing improv...
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-06-21  mistachkinMerge updates from trunk.
2013-05-20  drhMerge in all trunk changes up through the 3.7.17 release.
2013-05-20  drhUpdate the sessions branch to the official 3.7.17 relea...
2013-05-17  drhUse sum() instead of total() in mptest/multiwrite01...
2013-05-17  drhUse sum() instead of total() in the mptest/crash01...
2013-05-15  mistachkinMerge updates from trunk.
2013-04-22  drhMerge the latest trunk changes into the sessions branch.
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-15  drhRefactoring the mmap interface. The controlling pragma...
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  drhLimit integrity_check output to 10 lines 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  drhAdding tests to the mptester scripts.
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...