]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-05-10  mistachkinFix some harmless compiler warnings. warnings
2019-05-10  drhEnsure that the BtShared.nPage value is reset correctly...
2019-05-10  danTreat integer values in window definition ORDER BY...
2019-05-10  drhImproved comments and extra assert() statements on...
2019-05-10  drhFix the previous check-in [db9acef14d492121] so that...
2019-05-10  drhFix the round() SQL function so that it handles infinit...
2019-05-09  danFix another small buffer overread in sqlite_dbdata...
2019-05-09  danFix a problem in the ".recover" command allowing a...
2019-05-09  drhMake the ".schema" command in the CLI resistant to...
2019-05-09  danFix a crash in the sqlite_dbdata module that could...
2019-05-09  drhDisable the optimization where a REAL value with no...
2019-05-09  danAvoid long delays that can occur when ".recover"ing...
2019-05-09  drhImproved debugging output from the OP_MakeRecord opcode.
2019-05-09  danFix another corruption related buffer overread in the...
2019-05-09  danFix further buffer overreads triggered by passing corru...
2019-05-09  danHave ".recover" handle cases where the sqlite_master...
2019-05-09  danFix a problem with running the ".recover" command on...
2019-05-09  danAvoid reading outside a record buffer when extracting...
2019-05-09  danMerge accidental fork in trunk.
2019-05-09  danFix a problem in the new code introduced by [658b84d7...
2019-05-09  drhImproved error handling for the ".open --hexdb" command...
2019-05-08  drhEnsure that the sqlite3BtreeLast() interface initialize...
2019-05-08  drhThis is part of the previous check-in that didn't get...
2019-05-08  danAdd another test case to cover a previously uncovered...
2019-05-08  drhFix another pattern for which the LIKE optimization...
2019-05-08  drhSimplification to the logic underlying PRAGMA case_sens...
2019-05-08  drhAvoid an excess register allocation in UPDATE, when...
2019-05-08  danAdd tests to improve code coverage of the RBU module.
2019-05-08  drhProvide the SQLITE_OMIT_CASE_SENSITIVE_LIKE_PRAGMA...
2019-05-08  danFix VDBE opcodes OP_SeekLT and OP_SeekLE so that they...
2019-05-08  danFix VDBE opcodes OP_SeekLT and OP_SeekLE so that they... tkt-9cf6c9bb
2019-05-08  drhRemove an ALWAYS() that was previously added by check...
2019-05-08  drhRemove a NEVER() that was added in the previous check...
2019-05-08  drhEarlier detections of errors in the byte-offset-to...
2019-05-07  drhGenerate all records for INSERT or UPDATE prior to...
2019-05-07  danDo not commit an "OR FAIL" statement that causes forieg...
2019-05-07  danAdd test cases for the fix on this branch. tkt-e63cbcfd
2019-05-07  drhOn an INSERT or UPDATE, generate the new table record...
2019-05-07  drhStrive to prevent harmless compiler warnings in GCC...
2019-05-07  danOptimize the restarting of an RBU vacuum.
2019-05-07  danRemove some redundant code from sqlite3rbu.c. Add test... rbu-opt
2019-05-06  danOptimize further cases of restarting an RBU vacuum.
2019-05-06  danFix a problem with renaming an INTEGER PRIMARY KEY...
2019-05-04  danOptimize some cases of restarting an RBU vacuum.
2019-05-04  drhFix the NOT NULL logic in the theorem prover that deter...
2019-05-04  mistachkinFix harmless compiler warning seen with MSVC.
2019-05-04  drhIn the sqlite3_value or Mem object, make the MEM_IntRea...
2019-05-04  drhNew testcase macros to ensure that MEM_IntReal is fully... int-real
2019-05-03  drhAdd the SQLITE_TESTCTRL_RESULT_INTREAL test-control...
2019-05-03  drhEnsure that UTF16 strings are properly zero-terminated...
2019-05-03  danFix a memory-leak/segfault caused by using OP_OpenDup...
2019-05-03  danFix a problem where self-joins on views that are aggreg...
2019-05-03  drhImproved comments on the elements of the array constant...
2019-05-03  drhFix the ".open --hexdb" command in the CLI so that...
2019-05-02  drhMake MEM_IntReal a completely independent type, meaning...
2019-05-02  drhEnsure that the typeof() function always returns SQLITE...
2019-05-02  danAdd options to wapptest.tcl similar to those supported...
2019-05-02  drhEarlier detection of a database corruption case in...
2019-05-02  drhThe collating sequence of the column must be TEXT if...
2019-05-02  drhFix an issue (discovered by OSSFuzz) in the enhanced...
2019-05-01  drhAdd a test case for ticket [ae0f637bddc5290b44669e066a].
2019-05-01  drhWhen values have real affinity and are converted into...
2019-05-01  danFix an incompatibility with -DSQLITE_OMIT_LOAD_EXTENSIO...
2019-05-01  danFix a case in wapptest.tcl where a failed test might...
2019-05-01  drhAvoid unwelcomed side effects on the input operands...
2019-05-01  danUpdate wapptest.tcl so that it deletes extra files...
2019-05-01  drhIn "PRAGMA vdbe_trace" output, show the results of...
2019-05-01  danFix an incompatibility with auto-vacuum mode in new...
2019-04-30  danUpdate wapptest.tcl to use a simpler slave script....
2019-04-30  danFix a problem allowing a Table object to be deleted...
2019-04-30  drhFix an error message in the Lemon parser generator.
2019-04-30  drhSmall performance increase and size reduction in the...
2019-04-30  drhSlightly smaller and faster implementation of the OP_Ma...
2019-04-29  drhChanges to oserror.test so that it works even on system...
2019-04-29  drhDo not de-duplicate columns index columns associated...
2019-04-29  drhImproved header comment and precondition checking for... tkt-3182d38790
2019-04-29  danFix a buffer overwrite in shell.c.in (part of the new...
2019-04-29  danFix a stack overflow that could occur when renaming...
2019-04-28  drhTake collating sequence into account when removing...
2019-04-27  danAdd the ".recover" command to the shell tool. For recov...
2019-04-27  drhFix a minor typo in a comment. No changes to code.
2019-04-27  danFix building the shell with SQLITE_OMIT_VIRTUAL_TABLE... dbdata
2019-04-27  danAdd comments and fix formatting issues in new code...
2019-04-27  danAdd the "--lost-and-found" option to the ".recover...
2019-04-27  danFix a problem in the .recover command with recovering...
2019-04-26  danHave .recover store all orphaned rows in a single table...
2019-04-26  danOmit tests of the LIKE optimization in like3.test when...
2019-04-26  danFix another problem with database freelist handling...
2019-04-26  danFix a locking-page related problem with the ".recover...
2019-04-25  danMerge latest trunk changes into this branch.
2019-04-25  danUnless the "--freelist-corrupt" option is specified...
2019-04-25  danFix a bug preventing .recover from working on databases...
2019-04-24  danImprove the performance of the .recover command.
2019-04-24  drhNew test cases in test/fuzzdata8.db.
2019-04-24  danFix another instance in fts3 where a corrupt record...
2019-04-24  danFix a problem in fts5 where a corrupt position list...
2019-04-24  danFix an error in fts3_write.c allowing a corrupt databas...
2019-04-24  mistachkinCorrection to the #if in the previous check-in.
2019-04-24  mistachkinFix for 8-byte alignment asserts that can trigger in...
2019-04-23  drhMake no atttempt to generate VDBE code for VACUUM after...
next