]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-04-28  drhAdd test cases to verify that multiple virtual tables...
2008-04-28  drhMake sure that transactions are started on all virtual...
2008-04-28  shaneModified Varint32 functions to disable code for single...
2008-04-28  drhAdd tests to create and drop a virtual table during...
2008-04-28  drhChange the implementation of the NaN recognition to...
2008-04-28  danielk1977Fix a shared-cache mode problem triggered when sqlite3_...
2008-04-28  drhWork around a NaN bug in some versions of Tcl. (CVS...
2008-04-28  drhChanges to test scripts to accommodate different archit...
2008-04-28  drhRestore the #include of stdint.h removed in (5051)...
2008-04-27  drhDelete requirement F12764 as it has never been implemen...
2008-04-27  drhFix the documentation to agree with long-standing behav...
2008-04-27  drhAllow multiple occurrances of %include in lemon input...
2008-04-27  drhFix the lemon parser generator so that it works again...
2008-04-27  drhRemove all references to sqlite3_intptr_t. (CVS 5051)
2008-04-26  drhUse "(void)" function arguments in declarations instead...
2008-04-25  drhClarify some comments. No changes to code. (CVS 5049)
2008-04-25  drhAdd test cases to prove that ticket #3082 has been...
2008-04-25  drhCandidate fix for ticket #3082. Test cases needed....
2008-04-24  drhRemove two more unused files. (CVS 5046)
2008-04-24  shaneConsolidated varint macro usage from btreeInt.h, vdbe...
2008-04-24  danielk1977Fix a problem with the test scripts caused by not clean...
2008-04-24  danielk1977Fix an assert() failure that can occur if "journal_mode...
2008-04-24  danielk1977Fix a crash that can follow a malloc() failure in mallo...
2008-04-24  danielk1977Ensure that it is not possible to open either virtual...
2008-04-24  danielk1977Minor change to comment on sqlite3_blob_read(). No...
2008-04-24  danielk1977Remove redundant assert() statement from vdbeaux.c...
2008-04-24  danielk1977Add version comment to vdbeaux.c. No code changes....
2008-04-23  pweilbacherWe should better not pass open file handles to child...
2008-04-22  drhAlways sync the journal file after zeroing out the...
2008-04-22  danielk1977Avoid non-contiguous writes when creating a journal...
2008-04-19  drhAdd some tests for journal_mode=off. Need to come...
2008-04-19  drhContinuing work on journal_mode. Journal_mode=persist...
2008-04-19  drhComment and variable-name cleanup in where.c. Add...
2008-04-19  drhFix a typo in the documentation on sqlite3_open_v2...
2008-04-18  danielk1977Remove unused code from OP_IdxLt and OP_IdxGE. (CVS...
2008-04-18  danielk1977Combine cases 3 and 4 in where.c, since case 4 is now...
2008-04-18  danielk1977Allow OP_MoveGt and similar to use an array of register...
2008-04-17  drhContinuing progress on the journal_mode pragma. It...
2008-04-17  drhAdditional work on ticket #3015. The previous fix...
2008-04-17  drhFix a typo in the documentation for sqlite3_bind_text...
2008-04-17  drhAdd the journal_mode pragma. This is currently just...
2008-04-17  drhIn exclusive locking mode, commit by zeroing the first...
2008-04-16  drhAdd the -overwrite option to speedtest8.c. (CVS 5022)
2008-04-16  drhClear a global variable in the incrblob.test script...
2008-04-16  drhFix the bind.test test script so that the tests for...
2008-04-16  drhVersion 3.5.8 (CVS 5019)
2008-04-16  drhAdd tests to verify that strings may use embedded zero...
2008-04-16  drhAdd speed-test scripts that also show EXPLAIN output...
2008-04-16  drhMake sure the database connection mutex is held before...
2008-04-16  drhBack out the zero-terminator optimization introduced...
2008-04-15  pweilbacherSupport UTF-8 filenames on OS/2 by converting them...
2008-04-15  drhIncrement the version number. (CVS 5013)
2008-04-15  drhDo not attempt to omit unused columns of a view in...
2008-04-15  drhFix a code generator bug caused by the new CSE optimiza...
2008-04-15  drhFix a bug in the RTRIM collating sequence discovered...
2008-04-15  drhAdd out-of-range tests on the first parameter to sqlite...
2008-04-15  drhAdd a test case to cover the bug fixed in check-in...
2008-04-14  drhDo not attempt to write to temporary database files...
2008-04-14  mlcreechFix #3053: bashism (CVS 5006)
2008-04-14  danielk1977Fix alignment issue in instrumentation code. (CVS 5005)
2008-04-14  danielk1977Do not set the pager to persistent error state if a...
2008-04-14  drhMake sure the page size in crash6.test does not exceed...
2008-04-14  danielk1977Free Mem.z buffers when a vdbe statement is reset....
2008-04-14  drhCleanup some #ifdefs to make their meaning clearly...
2008-04-14  drhDisable auto_vacuum during the vacuum3 test. (CVS 5000)
2008-04-14  drhGet the SQLITE_SECURE_DELETE compile-time option workin...
2008-04-13  mlcreechFix build errors in test_osinst (CVS 4998)
2008-04-12  danielk1977Modify speedtest8.c so that it can use the logging...
2008-04-12  drhRemove all instances of sprintf() from the FTS modules...
2008-04-12  danielk1977Modify test_osinst.c so that it only uses public interf...
2008-04-12  danielk1977Add a logfile option to test_osinst.c. (CVS 4994)
2008-04-11  drhAdd the speedtest8inst1.c program for running speed...
2008-04-11  drhFaster implementation of hexToInt that uses not branche...
2008-04-11  drhAvoid the use of uninitialized variables in sqlite3Gene...
2008-04-11  danielk1977Remove a recently added assert() that is failing with...
2008-04-11  danielk1977Remove entries from the sqlite_stat1 table whenever...
2008-04-11  drhAdditional reductions in the use of memset(). (CVS...
2008-04-11  drhSpeed improvements by removing unnecessary memset(...
2008-04-10  drhEnhancements to the change counter tests. Ticket ...
2008-04-10  drhCorrectly handle virtual tables that are created and...
2008-04-10  danielk1977Add the --ostrace and --ossummary options to tester...
2008-04-10  drhEnhanced testing and documentation of sqlite3_result_er...
2008-04-10  drhDisable nuisance warnings on borland compilers. ticket...
2008-04-10  drhMake sure check-in (4976) also fixes ticket #2935....
2008-04-10  drhGive file scope to the sqlite3Apis constant. Ticket...
2008-04-10  drhVerify that a RAISE(ROLLBACK,...) works like RAISE...
2008-04-10  drhMake sure all memory allocations are 8-byte aligned...
2008-04-10  danielk1977Add source file test_osinst.c. A wrapper vfs with instr...
2008-04-10  drhMake sure changes to virtual tables are counted the...
2008-04-10  drhFix to the "copy" method in the TCL interface. Ticket...
2008-04-10  drhDocument the fast that the result flag combinations to
2008-04-10  drhFirst cut at optimizing single-row updates to use a...
2008-04-10  drhAdd three new test cases to speed4p.test. Two of the...
2008-04-10  drhFix a bug in the speed4p.test performance testing scrip...
2008-04-08  mlcreechReplace always-true condition with assertion (CVS 4970)
2008-04-08  mlcreechAdd test case for empty VFS list (CVS 4969)
2008-04-05  drhAdd the sqlite3PutVarint32 routine as an alternative...
2008-04-04  drhSmaller and hopefully faster routine for converting...
2008-04-04  drhFix the output labels on the tests in malloc9. (CVS...
2008-04-04  drhFix the TCL interface so that it does not use unpublish...
next