]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-05-11  danMerge changes from branch-3.35. Specifically, fixes... reuse-schema-3.35
2021-05-11  danFixes for cksmvfs and rbu so that they work together. branch-3.35
2021-04-19  drhMerge in the 3.35.5 patches.
2021-04-19  drhVersion 3.35.5 version-3.35.5
2021-04-19  drhUpdate the version number to 3.35.5.
2021-04-18  danEnsure that all records are updated by setting the...
2021-04-18  danModify the drop column code to handle WITHOUT ROWID...
2021-04-13  drhFix a problem with handling expressions like "(col...
2021-04-07  danMerge version 3.35.4 with this branch.
2021-04-07  danMerge version 3.35.4 with this branch.
2021-04-02  danVersion 3.35.4 version-3.35.4
2021-04-02  drhFix incorrect RETURNING test cases in wherelimit.test
2021-04-01  drhWhen resolving names in the RETURNING clause, do not...
2021-03-31  drhWhen resolving column names in the RETURNING clause...
2021-03-31  drhDefer deletion of expressions that are optimized out...
2021-03-31  drhEnsure that negative numbers may not be used in frame...
2021-03-30  drhRaise an error if a term of the form "TABLE.*" appears...
2021-03-29  drhIncrease the patch number to 3.35.4.
2021-03-29  danDo not do the EXISTS-to-IN transformation if the sub...
2021-03-26  drhMerge in changes for 3.35.3
2021-03-26  drhVersion 3.35.3 version-3.35.3
2021-03-22  drhThis branch for any further patches on 3.35. We antici...
2021-03-21  drhFix an assert() that in preupdate-hook logic (not norma... same-as-3.35.3
2021-03-21  drhAdd a better comment and an assert() on the code inside...
2021-03-20  drhFix the "box" output mode in the shell when statement...
2021-03-20  drhFix a faulty assert() in the OP_SkipScan opcode.
2021-03-19  drhIn the wholenumber virtual table, increase the cost...
2021-03-19  drhDbsqlfuzz found a new way to make that branch in codeVe...
2021-03-19  larrybrFix tokenizer's classification of EBCDIC newline.
2021-03-19  drhRestore the NEVER() that was taken out by [f481636f1a03...
2021-03-19  danFix a crash that could occur when an INSERT has more...
2021-03-19  drhCorrelated CTEs should not generate a materialization...
2021-03-18  drhAdd a NEVER() on a branch that was made unreachable...
2021-03-18  drhDisable a test case requiring generate_series when...
2021-03-18  danFix a problem causing spurious "<cte>: circular referen...
2021-03-18  drhIncrease the patch level to 3.35.3.
2021-03-18  drhFix the OP_OpenDup opcode so that it is able to duplica...
2021-03-18  drhRemove unnecessary code from sqlite3BtreeClose() and... opendup-fix
2021-03-18  drhFurther sanity checking of the OpenDup cursors.
2021-03-18  drhFix the dbsqlfuzz-derived authorizer in fuzzcheck to...
2021-03-18  danAutomatically close ephemeral b-trees when their last...
2021-03-18  drhFix a problem with the filename normalizer in unix...
2021-03-18  danAllow instruction OP_OpenDup to duplicate cursors creat...
2021-03-18  drhNew assert statements associated with Ephemeral cursors...
2021-03-18  drhChange the name of the iDataVersion field of Btree...
2021-03-17  drhUpdate to version 3.35.2
2021-03-17  drhVersion 3.35.2 union-all-flattener-limit version-3.35.2
2021-03-17  drhFix a harmless compiler warning in the appendvfs.c...
2021-03-17  danIf there are already 500 or more simple SELECTs in...
2021-03-17  danFix a problem in sqldiff virtual table hanlding to...
2021-03-16  drhDate/time functions with no arguments (ex: date() or...
2021-03-16  drhIncrease the version number to 3.35.2.
2021-03-16  drhFix recent breakage of the appendvfs extension.
2021-03-16  drhComment and stylistic changes to the appendvfs.c implem... appendvfs_fix
2021-03-16  danFix a problem with ALTER TABLE RENAME COLUMN when used...
2021-03-16  larrybrFix assert typo.
2021-03-16  larrybrMerge from trunk.
2021-03-16  larrybrFix appendvfs bug exposed with bigger files, and add...
2021-03-16  larrybrCreate new branch named "appendvfs_fix"
2021-03-15  drhMerge version 3.35.1 into the reuse-schema branch.
2021-03-15  drhVersion 3.35.1 version-3.35.1
2021-03-15  drhImprovements to the built-in ".dump" documentation...
2021-03-15  drhBump the version number to 3.35.1.
2021-03-15  drhImproved detection of conflicting indexes when doing...
2021-03-15  larrybrMake shell's .help output for .dump more accurate as... cli-tweaks
2021-03-15  larrybrCreate new branch named "cli-tweaks"
2021-03-14  drhAn additional test case tkt-1c24a659-b
2021-03-14  drhAn alternative approach for fixing ticket [1c24a659e6d7...
2021-03-12  larrybrUpdate generated autoconf/Makefile.msc to reflect its...
2021-03-12  drhMerge the 3.35.0 release into the reuse-schema branch.
2021-03-12  drhVersion 3.35.0 version-3.35.0
2021-03-12  drhFix broken requirement marks.
2021-03-12  drhFix the ".read" command in the CLI so that SQLITE_OMIT_...
2021-03-12  larrybrConform description of sqlite3changeset_op() arguments...
2021-03-11  danUpdate this branch with latest fixes from trunk.
2021-03-11  danFix a Tcl object leak in test_session.c.
2021-03-11  drhBug fix in appendvfs.c: Adjust the size parameter for
2021-03-11  danMerge latest trunk changes into this branch.
2021-03-11  danHave the Tcl tests support environment variable SQLITE_...
2021-03-10  danFix sanitizer complaint in fts3 code.
2021-03-10  danFix further sanitizer complaints in the fts5 code.
2021-03-10  drhImproved testcase() related the SQLITE_MAX_ATTACHED...
2021-03-10  drhImprovement to the ATTACH-abuse authorizer logic in...
2021-03-10  danDo not run avfs.test when testing SQLITE_OMIT_VIRTUALTA...
2021-03-10  drhDo not confuse the constant SQLITE_MAX_ATTACHED with...
2021-03-10  danFix test file avfs.test so that it works with SQLITE_DE...
2021-03-10  danFix a few sanitizer complaints in fts5.
2021-03-10  danFix a problem preventing wapptest from setting SQLITE_E...
2021-03-10  larrybrWhen shell has no .ar, fake its effect w.r.t. page_size...
2021-03-09  drhAdd appendvfs.c to the MSVC makefile.
2021-03-09  danUpdate a comment in btree.h.
2021-03-09  drhFix a bad comment (copy-paste error) in the byte code...
2021-03-09  drhImproved comments on the NOT NULL strength reduction...
2021-03-09  drhExtra comments and testcase() macros associated with...
2021-03-09  drhAdd --enable-math to the amalgamation autoconf. On...
2021-03-09  drhMath functions are enabled by default in the main confi...
2021-03-09  drhImprovements to the configure script. Math functions...
2021-03-09  drhUpdate the authorizer in fuzzcheck to align with dbsqlfuzz.
2021-03-08  larrybrAdd tests for too-tiny appended DBs, clarify align...
2021-03-08  danAdd test cases for ALTER TABLE.
next