Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From 884b4b7e502b4e99 To 1b256d97b553a961
2021-05-11
| ||
11:25 | Fixes for cksmvfs and rbu so that they work together. (Leaf check-in: ce8b589e4c user: dan tags: branch-3.35) | |
2021-04-19
| ||
19:07 | Merge in the 3.35.5 patches. (check-in: 35d1c9a5f8 user: drh tags: reuse-schema-3.35) | |
18:32 | Version 3.35.5 (check-in: 1b256d97b5 user: drh tags: release, branch-3.35, version-3.35.5) | |
12:05 | Update the version number to 3.35.5. (check-in: d917b70a35 user: drh tags: branch-3.35) | |
2019-04-23
| ||
15:21 | Minor simplification of NULL value handling for STAT4. Cherrypick of [69bad9257f8db6a2] from trunk. (check-in: 442c177dc4 user: mistachkin tags: branch-3.28) | |
2019-04-17
| ||
11:34 | Faster and smaller implementation of sqlite3StrICmp(). (check-in: 7ac500fb5a user: drh tags: trunk) | |
2019-04-16
| ||
19:49 | Version 3.28.0 (check-in: 884b4b7e50 user: drh tags: trunk, release, version-3.28.0) | |
11:21 | Avoid a sanitizer error (pointer arithmatic overflow) in vdbesort.c. (check-in: af61a2fc45 user: dan tags: trunk) | |
Changes to Makefile.in.
Changes to Makefile.linux-gcc.
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to autoconf/tea/configure.ac.
Changes to autoconf/tea/win/makefile.vc.
Changes to config.guess.
Changes to config.sub.
Changes to configure.
Changes to configure.ac.
Changes to doc/lemon.html.
Added doc/trusted-schema.md.
Added doc/vdbesort-memory.md.
Added doc/wal-lock.md.
Changes to ext/async/sqlite3async.c.
Changes to ext/async/sqlite3async.h.
Changes to ext/expert/expert1.test.
Changes to ext/expert/sqlite3expert.c.
Changes to ext/expert/sqlite3expert.h.
Changes to ext/fts3/README.content.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_tokenize_vtab.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts3/fts3_unicode.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts3/tool/fts3view.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_config.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_hash.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/fts5_test_tok.c.
Changes to ext/fts5/fts5_tokenize.c.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5colset.test.
Changes to ext/fts5/test/fts5content.test.
Changes to ext/fts5/test/fts5corrupt3.test.
Added ext/fts5/test/fts5corrupt4.test.
Changes to ext/fts5/test/fts5delete.test.
Changes to ext/fts5/test/fts5eb.test.
Changes to ext/fts5/test/fts5faultB.test.
Changes to ext/fts5/test/fts5faultD.test.
Added ext/fts5/test/fts5faultE.test.
Changes to ext/fts5/test/fts5full.test.
Changes to ext/fts5/test/fts5hash.test.
Changes to ext/fts5/test/fts5integrity.test.
Changes to ext/fts5/test/fts5matchinfo.test.
Added ext/fts5/test/fts5misc.test.
Added ext/fts5/test/fts5multi.test.
Changes to ext/fts5/test/fts5plan.test.
Added ext/fts5/test/fts5prefix2.test.
Changes to ext/fts5/test/fts5rank.test.
Added ext/fts5/test/fts5savepoint.test.
Changes to ext/fts5/test/fts5simple.test.
Changes to ext/fts5/test/fts5tok1.test.
Added ext/fts5/test/fts5trigram.test.
Changes to ext/fts5/test/fts5vocab.test.
Changes to ext/fts5/tool/fts5txt2db.tcl.
Changes to ext/icu/README.txt.
Changes to ext/icu/icu.c.
Changes to ext/icu/sqliteicu.h.
Changes to ext/lsm1/Makefile.
Changes to ext/lsm1/lsm-test/lsmtest1.c.
Changes to ext/lsm1/lsm-test/lsmtest8.c.
Changes to ext/lsm1/lsm-test/lsmtest9.c.
Changes to ext/lsm1/lsm-test/lsmtest_bt.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb2.cc.
Changes to ext/lsm1/lsm-test/lsmtest_tdb4.c.
Changes to ext/lsm1/lsm_unix.c.
Changes to ext/lsm1/lsm_vtab.c.
Changes to ext/lsm1/test/lsm1_simple.test.
Changes to ext/misc/amatch.c.
Changes to ext/misc/appendvfs.c.
Changes to ext/misc/blobio.c.
Changes to ext/misc/btreeinfo.c.
Changes to ext/misc/carray.c.
Added ext/misc/carray.h.
Added ext/misc/cksumvfs.c.
Changes to ext/misc/completion.c.
Changes to ext/misc/compress.c.
Changes to ext/misc/csv.c.
Added ext/misc/dbdata.c.
Changes to ext/misc/dbdump.c.
Added ext/misc/decimal.c.
Changes to ext/misc/eval.c.
Changes to ext/misc/explain.c.
Changes to ext/misc/fileio.c.
Changes to ext/misc/fossildelta.c.
Changes to ext/misc/fuzzer.c.
Changes to ext/misc/ieee754.c.
Changes to ext/misc/json1.c.
Changes to ext/misc/mmapwarm.c.
Changes to ext/misc/nextchar.c.
Added ext/misc/noop.c.
Changes to ext/misc/normalize.c.
Changes to ext/misc/percentile.c.
Changes to ext/misc/prefixes.c.
Changes to ext/misc/regexp.c.
Changes to ext/misc/rot13.c.
Changes to ext/misc/scrub.c.
Changes to ext/misc/series.c.
Changes to ext/misc/sha1.c.
Changes to ext/misc/shathree.c.
Changes to ext/misc/spellfix.c.
Changes to ext/misc/sqlar.c.
Changes to ext/misc/stmt.c.
Changes to ext/misc/totype.c.
Added ext/misc/uint.c.
Added ext/misc/urifuncs.c.
Added ext/misc/uuid.c.
Changes to ext/misc/vfsstat.c.
Changes to ext/misc/wholenumber.c.
Changes to ext/misc/zipfile.c.
Changes to ext/rbu/rbu.c.
Changes to ext/rbu/rbu_common.tcl.
Changes to ext/rbu/rbudiff.test.
Added ext/rbu/rbuexpr.test.
Changes to ext/rbu/rbufault2.test.
Changes to ext/rbu/rbufault3.test.
Added ext/rbu/rbumisc.test.
Changes to ext/rbu/rbupartial.test.
Changes to ext/rbu/rbuprogress.test.
Changes to ext/rbu/rbutemplimit.test.
Added ext/rbu/rbuvacuum4.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/repair/checkindex.c.
Changes to ext/rtree/geopoly.c.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree2.test.
Changes to ext/rtree/rtreeC.test.
Changes to ext/rtree/rtreeH.test.
Added ext/rtree/rtreeI.test.
Changes to ext/rtree/rtreefuzz001.test.
Changes to ext/session/session2.test.
Changes to ext/session/sessionH.test.
Changes to ext/session/session_common.tcl.
Changes to ext/session/sessioninvert.test.
Added ext/session/sessionmem.test.
Added ext/session/sessionnoop.test.
Changes to ext/session/sessionwor.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to ext/session/test_session.c.
Changes to ext/userauth/userauth.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/auth.c.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/ctime.c.
Changes to src/date.c.
Changes to src/dbpage.c.
Changes to src/dbstat.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/hwtime.h.
Changes to src/insert.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mem2.c.
Changes to src/mem3.c.
Changes to src/memdb.c.
Changes to src/memjournal.c.
Changes to src/msvc.h.
Changes to src/mutex.c.
Changes to src/mutex.h.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/notify.c.
Changes to src/os.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/parse.y.
Changes to src/pcache.c.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/rowset.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/sqliteLimit.h.
Changes to src/status.c.
Changes to src/table.c.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test4.c.
Changes to src/test6.c.
Changes to src/test8.c.
Changes to src/test_config.c.
Changes to src/test_demovfs.c.
Changes to src/test_devsym.c.
Changes to src/test_hexio.c.
Changes to src/test_malloc.c.
Changes to src/test_multiplex.c.
Changes to src/test_mutex.c.
Changes to src/test_osinst.c.
Changes to src/test_schema.c.
Changes to src/test_sqllog.c.
Changes to src/test_thread.c.
Changes to src/test_vfs.c.
Changes to src/tokenize.c.
Changes to src/treeview.c.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/upsert.c.
Changes to src/utf.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/vdbetrace.c.
Added src/vdbevtab.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to src/window.c.
Changes to test/affinity2.test.
Changes to test/affinity3.test.
Changes to test/aggnested.test.
Changes to test/alter.test.
Changes to test/alter3.test.
Changes to test/alter4.test.
Changes to test/alterauth2.test.
Changes to test/altercol.test.
Added test/altercorrupt.test.
Added test/alterdropcol.test.
Added test/alterdropcol2.test.
Changes to test/alterlegacy.test.
Added test/altermalloc3.test.
Changes to test/altertab.test.
Changes to test/altertab2.test.
Changes to test/altertab3.test.
Changes to test/analyze.test.
Changes to test/analyze3.test.
Changes to test/analyze5.test.
Changes to test/analyze6.test.
Changes to test/analyze7.test.
Changes to test/analyze8.test.
Deleted test/analyzeA.test.
Deleted test/analyzeB.test.
Changes to test/analyzeC.test.
Added test/analyzeG.test.
Changes to test/atof1.test.
Changes to test/atrc.c.
Changes to test/attach.test.
Changes to test/attach4.test.
Changes to test/auth.test.
Changes to test/autoindex5.test.
Added test/avfs.test.
Changes to test/backup2.test.
Added test/bestindex7.test.
Changes to test/between.test.
Changes to test/bigmmap.test.
Added test/busy2.test.
Added test/carray01.test.
Changes to test/cast.test.
Changes to test/check.test.
Added test/checkfault.test.
Added test/chunksize.test.
Changes to test/close.test.
Changes to test/collate1.test.
Changes to test/colname.test.
Added test/columncount.test.
Changes to test/conflict.test.
Changes to test/conflict2.test.
Changes to test/conflict3.test.
Changes to test/corrupt3.test.
Changes to test/corruptC.test.
Changes to test/corruptE.test.
Changes to test/corruptL.test.
Added test/corruptM.test.
Added test/corruptN.test.
Changes to test/cost.test.
Changes to test/count.test.
Changes to test/countofview.test.
Changes to test/crash5.test.
Changes to test/cse.test.
Changes to test/cursorhint.test.
Changes to test/date2.test.
Added test/dbdata.test.
Changes to test/dbfuzz001.test.
Changes to test/dbfuzz2.c.
Changes to test/dbstatus.test.
Added test/decimal.test.
Changes to test/default.test.
Changes to test/descidx1.test.
Changes to test/descidx2.test.
Changes to test/descidx3.test.
Changes to test/distinct.test.
Changes to test/distinct2.test.
Changes to test/e_createtable.test.
Changes to test/e_droptrigger.test.
Changes to test/e_dropview.test.
Changes to test/e_expr.test.
Changes to test/e_fkey.test.
Changes to test/enc.test.
Changes to test/enc2.test.
Changes to test/exclusive.test.
Added test/exists2.test.
Added test/existsfault.test.
Changes to test/expr.test.
Added test/expr2.test.
Added test/filter1.test.
Added test/filter2.tcl.
Added test/filter2.test.
Added test/filterfault.test.
Changes to test/fkey2.test.
Changes to test/fkey5.test.
Changes to test/fkey7.test.
Changes to test/fkey8.test.
Changes to test/fordelete.test.
Changes to test/format4.test.
Changes to test/fts3atoken.test.
Changes to test/fts3auto.test.
Changes to test/fts3corrupt.test.
Changes to test/fts3corrupt2.test.
Changes to test/fts3corrupt4.test.
Added test/fts3corrupt5.test.
Added test/fts3corrupt6.test.
Changes to test/fts3cov.test.
Changes to test/fts3expr5.test.
Added test/fts3matchinfo2.test.
Changes to test/fts3misc.test.
Changes to test/fts3snippet.test.
Added test/fts3snippet2.test.
Changes to test/fts4aa.test.
Changes to test/fts4content.test.
Changes to test/fts4langid.test.
Changes to test/fts4merge.test.
Added test/fts4merge5.test.
Added test/fts4min.test.
Added test/fts4record.test.
Added test/fts4rename.test.
Changes to test/fts4unicode.test.
Added test/fts4upfrom.test.
Changes to test/func.test.
Changes to test/func3.test.
Changes to test/func4.test.
Changes to test/func5.test.
Added test/func7.test.
Changes to test/fuzz_common.tcl.
Changes to test/fuzzcheck.c.
Changes to test/fuzzdata1.db.
Changes to test/fuzzdata7.db.
Changes to test/fuzzdata8.db.
Changes to test/fuzzerfault.test.
Added test/gencol1.test.
Changes to test/having.test.
Changes to test/hook.test.
Changes to test/icu.test.
Changes to test/ieee754.test.
Changes to test/in.test.
Changes to test/in4.test.
Changes to test/in5.test.
Changes to test/in6.test.
Changes to test/index.test.
Changes to test/index6.test.
Changes to test/index7.test.
Changes to test/indexedby.test.
Changes to test/indexexpr1.test.
Changes to test/indexexpr2.test.
Changes to test/insert.test.
Changes to test/insert4.test.
Changes to test/instr.test.
Changes to test/instrfault.test.
Changes to test/intarray.test.
Added test/intreal.test.
Changes to test/istrue.test.
Changes to test/join.test.
Changes to test/join2.test.
Changes to test/join5.test.
Changes to test/join6.test.
Changes to test/journal3.test.
Changes to test/jrnlmode.test.
Changes to test/json101.test.
Changes to test/json104.test.
Added test/json105.test.
Changes to test/kvtest.c.
Changes to test/like.test.
Changes to test/like3.test.
Changes to test/limit.test.
Changes to test/mallocA.test.
Changes to test/minmax2.test.
Changes to test/minmax4.test.
Changes to test/misc7.test.
Changes to test/misc8.test.
Changes to test/mutex1.test.
Changes to test/normalize.test.
Added test/notnull2.test.
Added test/notnullfault.test.
Changes to test/null.test.
Added test/nulls1.test.
Changes to test/optfuzz-db01.c.
Changes to test/orderby1.test.
Changes to test/orderby5.test.
Added test/orderbyA.test.
Changes to test/oserror.test.
Changes to test/ossfuzz.c.
Changes to test/pager1.test.
Changes to test/permutations.test.
Changes to test/pg_common.tcl.
Changes to test/pragma.test.
Changes to test/pragma3.test.
Changes to test/pragma4.test.
Changes to test/pragma5.test.
Changes to test/printf.test.
Changes to test/quote.test.
Added test/recover.test.
Changes to test/reindex.test.
Changes to test/releasetest.tcl.
Changes to test/releasetest_data.tcl.
Added test/returning1.test.
Added test/round1.test.
Changes to test/rowid.test.
Changes to test/rowvalue.test.
Changes to test/rowvalue7.test.
Added test/rowvaluevtab.test.
Changes to test/schema.test.
Changes to test/select1.test.
Changes to test/select3.test.
Changes to test/select4.test.
Changes to test/select6.test.
Changes to test/selectA.test.
Changes to test/selectC.test.
Changes to test/sessionfuzz.c.
Changes to test/shared.test.
Changes to test/shared3.test.
Changes to test/shell1.test.
Changes to test/shell4.test.
Changes to test/shell5.test.
Changes to test/skipscan1.test.
Changes to test/skipscan5.test.
Changes to test/speedtest1.c.
Added test/startup.c.
Changes to test/stat.test.
Changes to test/subquery2.test.
Changes to test/substr.test.
Changes to test/symlink.test.
Added test/symlink2.test.
Changes to test/tabfunc01.test.
Changes to test/tclsqlite.test.
Changes to test/tempdb2.test.
Changes to test/tester.tcl.
Changes to test/threadtest3.c.
Added test/tkt-18458b1a.test.
Changes to test/tkt-3a77c9714e.test.
Changes to test/tkt-78e04e52ea.test.
Added test/tkt-a7debbe0.test.
Changes to test/tkt-a8a0d2996a.test.
Changes to test/tkt-b75a9ca6b0.test.
Changes to test/tkt-cbd054fa6b.test.
Changes to test/tkt2854.test.
Changes to test/tkt3292.test.
Changes to test/tkt3793.test.
Changes to test/tkt3810.test.
Changes to test/trace3.test.
Changes to test/trans.test.
Changes to test/trigger1.test.
Changes to test/trigger2.test.
Changes to test/triggerC.test.
Changes to test/triggerE.test.
Changes to test/triggerG.test.
Added test/triggerupfrom.test.
Added test/trustschema1.test.
Added test/tt3_shared.c.
Changes to test/tt3_stress.c.
Added test/unionall.test.
Added test/unionall2.test.
Added test/unionallfault.test.
Changes to test/update.test.
Added test/upfrom1.tcl.
Added test/upfrom1.test.
Added test/upfrom2.test.
Added test/upfrom3.test.
Added test/upfromfault.test.
Changes to test/upsert1.test.
Added test/upsert5.test.
Changes to test/vacuum2.test.
Added test/vacuum6.test.
Changes to test/view.test.
Changes to test/vtab1.test.
Changes to test/vtabH.test.
Changes to test/vtabJ.test.
Changes to test/wal.test.
Changes to test/wal2.test.
Changes to test/walprotocol.test.
Added test/walsetlk.test.
Changes to test/walvfs.test.
Changes to test/wapptest.tcl.
Changes to test/where.test.
Changes to test/where9.test.
Changes to test/whereA.test.
Changes to test/whereD.test.
Changes to test/whereG.test.
Changes to test/whereL.test.
Changes to test/wherelimit.test.
Changes to test/wherelimit2.test.
Deleted test/wild001.test.
Changes to test/win32longpath.test.
Changes to test/window1.test.
Changes to test/window2.tcl.
Changes to test/window2.test.
Changes to test/window4.tcl.
Changes to test/window4.test.
Changes to test/window6.test.
Changes to test/window7.test.
Changes to test/window8.tcl.
Changes to test/window8.test.
Added test/window9.test.
Added test/windowA.test.
Added test/windowB.test.
Changes to test/windowerr.tcl.
Changes to test/windowerr.test.
Changes to test/windowfault.test.
Added test/windowpushd.test.
Changes to test/with1.test.
Changes to test/with2.test.
Changes to test/with3.test.
Added test/with5.test.
Added test/with6.test.
Changes to test/without_rowid1.test.
Changes to test/without_rowid3.test.
Changes to test/without_rowid6.test.
Added test/without_rowid7.test.
Changes to test/zipfile.test.
Changes to tool/GetFile.cs.
Changes to tool/GetTclKit.bat.
Changes to tool/dbhash.c.
Added tool/enlargedb.c.
Changes to tool/fast_vacuum.c.
Changes to tool/index_usage.c.
Changes to tool/lemon.c.
Changes to tool/lempar.c.
Changes to tool/mkautoconfamal.sh.
Changes to tool/mkkeywordhash.c.
Changes to tool/mkmsvcmin.tcl.
Changes to tool/mkpragmatab.tcl.
Changes to tool/mkshellc.tcl.
Changes to tool/mksourceid.c.
Changes to tool/mksqlite3c.tcl.
Changes to tool/mksqlite3h.tcl.
Changes to tool/offsets.c.
Changes to tool/omittest.tcl.
Changes to tool/showdb.c.
Changes to tool/showlocks.c.
Changes to tool/spaceanal.tcl.
Changes to tool/speed-check.sh.
Changes to tool/sqldiff.c.
Changes to vsixtest/App.xaml.cpp.