SQLite

Core Crash Bugs
Login
Key: Active Review Fixed Tested Deferred Closed
# mtime type status subsystem title
b50528af44 2023-03-30 Code_Defect Fixed Unknown "WHERE a=? AND b IN (?,?,...) AND c>?" query using the seekscan optimization sometimes returns extra rows.
33aa4c0de8 2023-03-20 Code_Defect Fixed Utilities Heap buffer overflow on SQL input
89d259d45b 2023-03-17 Code_Defect Fixed Code_Generator Assertion fault on SQL input (2)
d15b3a4ea9 2023-03-17 Code_Defect Fixed Code_Generator Assertion fault on SQL input
d6fd512f50 2023-03-16 Code_Defect Fixed Code_Generator Segfault on SQL input (3)
4051a7f931 2023-03-16 Code_Defect Fixed Code_Generator Segfault on SQL input (2)
c36cdb4afd 2023-03-16 Code_Defect Fixed Code_Generator Segfault due to SQL inputs
57c47526c3 2022-12-13 Code_Defect Fixed Code_Generator Incorrect answer when flattening a UNION ALL compound
679ed6a282 2022-12-10 Code_Defect Fixed Code_Generator Different affinities in CREATE VIEW depending if column names declared
53043c9793 2022-11-19 Code_Defect Fixed Unknown deserialized DB has a sqlite3_db_filename() contrary to docs
5981a8c041 2021-11-02 Code_Defect Fixed Unknown Incorrect answer on a SeekScan query
f2be158c57 2021-08-18 Code_Defect Fixed Unknown ON CONFLICT on a PK column in a WITHOUT ROWID table does not work
c88f3036a2 2021-07-23 Code_Defect Fixed Unknown ALTER TABLE DROP COLUMN may corrupt data
6dcbfd11cf 2021-06-25 Code_Defect Fixed Virtual_Machine Incorrect query result due to the SeekScan optimization
de7db14784 2021-03-30 Code_Defect Fixed Unknown subquery with limit clause fails as EXISTS operand
132994c8b1 2021-03-30 Code_Defect Fixed Code_Generator RETURNING old.* seg-faults
bb8a9fd4a9 2021-03-18 Code_Defect Fixed Unknown Crash due to MATERIALIZED
2c6c8689fb 2021-03-16 Code_Defect Fixed Unknown Non-deterministic date/time function identified as deterministic.
a753a8567d 2021-03-16 Code_Defect Fixed Unknown RENAME COLUMN incorrectly modifying column names in generated column expressions
1c24a659e6 2021-03-15 Code_Defect Fixed Code_Generator DROP COLUMN leaves behind an index
c0aeea67d5 2021-02-15 Code_Defect Fixed Unknown Incorrect LIKE result
ee51301f31 2021-01-27 Code_Defect Fixed Unknown Incorrect optimization of IN operator.
95302bdb08 2020-10-05 Code_Defect Fixed Unknown WHERE clause that uses a NUMERIC cast influences the result type
0f586dbeb3 2020-10-02 Code_Defect Closed Unknown FTS4 integrity-check fails for UTF16 encoding
2d5a316356 2020-10-01 Code_Defect Fixed Unknown Segmentation fault in CROSS JOIN and the rtree extension
5c4e7aa793 2020-09-30 Code_Defect Fixed Unknown Incorrect result for comparison with NULL
66e4b0e271 2020-09-30 Code_Defect Fixed Code_Generator Incorrect result for LEFT JOIN
c51489c3b8 2020-09-29 Code_Defect Fixed Code_Generator Incorrect result from WITH RECURSIVE using DISTINCT
f3ff147288 2020-08-24 Code_Defect Closed Unknown Incorrect result for IN expression with right-hand IS TRUE sub-expression
8f157e8010 2020-06-15 Code_Defect Fixed Unknown Heap Buffer Overflow in multiSelectOrderBy
9fb26d37ce 2020-06-14 Code_Defect Fixed Virtual_Machine Assertion `flags3==pIn3->flags' failed.
e367f31901 2020-06-13 Code_Defect Fixed Unknown Assertion `pExpr->pAggInfo==pAggInfo' failed.
b706351ce2 2020-06-11 Code_Defect Fixed Unknown Segfault in sqlite3Select
7c6d876f84 2020-06-09 Code_Defect Fixed Unknown Use after free in resetAccumulator.
f7d890858f 2020-06-08 Code_Defect Closed Unknown Segfault in moveToRoot
e5504e987e 2020-06-07 Code_Defect Fixed Unknown Segfault in sqlite3VdbeCursorMoveto
1f6f353b68 2020-06-06 Code_Defect Fixed Unknown Segfault in sqlite3VdbeExec
0899cf62f5 2020-06-06 Code_Defect Fixed Unknown Segfault in sqlite3VdbeExec
c8d3b9f0a7 2020-06-05 Code_Defect Fixed Unknown Use after free in resetAccumulator.
810dc80388 2020-06-03 Code_Defect Fixed Virtual_Machine COMMIT command succeeds even though it didn't commit.
7a5279a25c 2020-05-24 Code_Defect Fixed Unknown Segfault in sqlite3ExprCodeTarget
23439ea582 2020-05-23 Code_Defect Fixed Utilities Stack overflow in sqlite3_str_vappendf, caused by int overflow
45f4bf4eb4 2020-04-25 Code_Defect Closed Unknown UNION operator malfunctions in LEFT JOIN on view
51166be015 2020-04-04 Code_Defect Fixed Unknown Assertion `pC!=0' failed.
fd1bda016d 2020-04-03 Code_Defect Closed Unknown Assertion `flags3==pIn3->flags' failed
af4556bb5c 2020-04-03 Code_Defect Fixed Unknown Segfault while trying to prepare a malformed window-function query
a10a14e9b4 2020-04-03 Code_Defect Fixed Unknown Assertion fault while renaming a table.
4722bdab08 2020-04-03 Code_Defect Fixed Unknown Another renameTokenCheckAll() fault
5829597ac4 2020-03-22 Code_Defect Fixed Unknown SEGV in sqlite3.c:80685 sqlite3VdbeCursorMoveto
618156e3f6 2020-03-16 Code_Defect Closed Unknown clearSelect: Assertion `p->pWin==0' failed.
82b588d342 2020-03-16 Code_Defect Fixed Unknown Assertion `memIsValid(&r.aMem[ii])' failed.
3c9eadd2a6 2020-03-11 Code_Defect Fixed Unknown PRAGMA integrity_check fails due to CHECK constraint even without records
e0c2ad1aa8 2020-03-10 Code_Defect Fixed Unknown GROUP BY causes unexpected conversion
1b8d726456 2020-03-05 Code_Defect Fixed Unknown MAX yields unexpected result for UTF-16
c4c56482ce 2020-03-03 Code_Defect Fixed Unknown Assertion `(p->flags & ~(MEM_Null|MEM_Term|MEM_Subtype|MEM_FromBind |MEM_Dyn|MEM_Ephem|MEM_Static))==0' failed.
d165ad781b 2020-03-03 Code_Defect Fixed Unknown Assertion `(mFlags&(MEM_Str|MEM_Blob))==0 || (pMem->n==pX->n && pMem->z==pX->z)' failed.
da5a09be6d 2020-03-02 Code_Defect Fixed Unknown UAF in sqlite3BlobCompare
e12a0ae526 2020-03-02 Code_Defect Fixed Unknown Assertion `memIsValid(&aMem[pOp->p1])' failed
e63b4d1a65 2020-02-28 Code_Defect Fixed Unknown Query on rtree unexpectedly yields 0 rather than 0.0
f50af3e8a5 2020-02-23 Code_Defect Fixed Unknown OOB memory access on a table rename
aa43786930 2020-02-22 Code_Defect Fixed Unknown sqlite3.c:87338: int sqlite3VdbeExec(Vdbe *): Assertion `sqlite3BtreeCursorIsValid(pCrsr)' failed.
4374860b29 2020-02-17 Code_Defect Fixed Unknown Segmentation fault in isAuxiliaryVtabOperator
1dcb4d4496 2020-02-13 Code_Defect Fixed Unknown Incorrect query result when redundant terms appears in WHERE clause
41c1456a6e 2020-02-13 Code_Defect Fixed Unknown Assertion `pColl1 && (pParse->nErr || pColl2)' failed.
fb8c538a8f 2020-02-12 Code_Defect Fixed Unknown Incorrect sorting when a column uses BINARY collation in the ORDER BY, but is constrained by an == with a different collation in the WHERE clause
f07d71bb49 2020-02-04 Code_Defect Fixed Other Assertion `pOp->p4type==P4_FUNCCTX' failed.
86ba67afaf 2020-02-04 Code_Defect Fixed Code_Generator Incorrect affinity for CHECK constraints
9d3666754a 2020-02-04 Code_Defect Fixed Unknown int sqlite3VdbeExec(Vdbe *): Assertion `memIsValid(pCtx->argv[i])' failed.
1dc432db3b 2020-01-29 Code_Defect Closed Unknown FTS4 integrity-check results in "database disk image is malformed" for UTF-16 encoding
b985f0bd16 2020-01-22 Code_Defect Fixed Unknown Assertion `0' failed in sqlite3IsLikeFunction
a08879a4a4 2020-01-15 Code_Defect Fixed Unknown Assertion `pKeyInfo->enc==ENC(db)' failed.
614b25314c 2020-01-12 Code_Defect Fixed Unknown Assertion (pTabItem[0].fg.jointype & JT_LEFT)==0 || ExprHasProperty(pOrExpr, EP_FromJoin) failed
a148d923bf 2020-01-10 Code_Defect Fixed Unknown Assertion `memIsValid(pCtx->argv[i])' failed.
678ecf429f 2020-01-09 Code_Defect Fixed Unknown Assertion `pWin==pMWin || sqlite3WindowCompare(pParse,pWin,pMWin,0)==0' failed
9eda2697f5 2020-01-08 Code_Defect Fixed Unknown Incorrect result for COUNT(), UTF16be encoding and SUBSTR
82ac75ba00 2020-01-08 Code_Defect Fixed Unknown Incorrect result for query with 0 >= t0.c0 AND t0.c0 = v0.c0 condition
bbd55a97e6 2020-01-06 Code_Defect Fixed Unknown Global heap over flow in sqlite3VdbeMemPrettyPrint
9c944882bf 2020-01-06 Code_Defect Fixed Unknown Assertion `pSub->pGroupBy==0' failed.
304017f5f0 2020-01-06 Code_Defect Fixed Unknown Assertion `j>=pLoop->u.btree.nEq || (pLoop->aLTerm[j]==0)==(j<pLoop->nSkip)' failed.
74a4c3860c 2020-01-04 Code_Defect Closed Unknown DBSTAT query computes incorrect result for name column
727074e2ae 2020-01-04 Code_Defect Fixed Unknown DBSTAT query computes incorrect result for aggregate column
771fe61761 2020-01-02 Code_Defect Closed Unknown FTS5 integrity-check results in "database disk image is malformed" for UTF-16 encoding and SUBSTR
46fcd700b8 2019-12-31 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeMemAboutToChange: Assertion `(mFlags&MEM_Real)==0 || pMem->u.r==pX->u.r' failed (2)
892575cdba 2019-12-30 Code_Defect Fixed Unknown Debug assertion codeVectorCompare: Assertion `0' failed
7c0e06b162 2019-12-30 Code_Defect Closed Unknown NATURAL JOIN on virtual table results in "parse error in rank function"
314cc133e5 2019-12-29 Code_Defect Fixed Unknown Trigger on normal table causes the database disk image to become malformed
ec8abb025e 2019-12-29 Code_Defect Fixed Unknown Debug assertion sqlite3BtreeInsert: Assertion `pCur->curFlags & BTCF_ValidNKey' failed
de4b04149b 2019-12-28 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeMemAboutToChange: Assertion `(mFlags&MEM_Real)==0 || pMem->u.r==pX->u.r' failed
5fbc159eeb 2019-12-28 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `memIsValid(pRec)' failed
37823501c6 2019-12-28 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `memIsValid(&aMem[pOp->p1])' failed.
36ffedcb9a 2019-12-27 Code_Defect Closed Unknown Debug assertion exprSrcCount: Assertion `0' failed
fb3b3024ea 2019-12-27 Code_Defect Fixed Unknown Debug assertion assert_pager_state: Assertion `pPager->changeCountDone==0 || pPager->eLock>=RESERVED_LOCK' failed
7c13db5c3b 2019-12-26 Code_Defect Fixed Unknown Debug assertion sqlite3FinishCoding: Assertion `!pParse->isMultiWrite || sqlite3VdbeAssertMayAbort(v, pParse->mayAbort)' failed
167b2aac34 2019-12-26 Code_Defect Closed Unknown Debug assertion fts5CheckTransactionState: Assertion `iSavepoint<=p->ts.iSavepoint' failed
d87336c81c 2019-12-25 Code_Defect Fixed Unknown Debug assertion sqlite3TableColumnAffinity: Assertion `iCol<pTab->nCol' failed.
752fdbf6e7 2019-12-24 Code_Defect Closed Unknown FTS database disk image is malformed for UTF-16 encoding and integrity check
df46a6f38e 2019-12-24 Code_Defect Closed Unknown Debug assertion sqlite3Fts5HashScanNext: Assertion `!sqlite3Fts5HashScanEof(p)' failed
d62981b76d 2019-12-24 Code_Defect Fixed Unknown FTS database disk image is malformed for special characters in table
b383b90278 2019-12-24 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `pIn1!=pIn3' failed (2)
bf1aab8978 2019-12-23 Code_Defect Closed Unknown FTS merge does not terminate
dfd66334cf 2019-12-23 Code_Defect Closed Unknown Debug assertion impliesNotNullRow: Assertion `pWalker->eCode==0' failed
3ab4a9f02c 2019-12-23 Code_Defect Closed Unknown Debug assertion sqlite3VdbeExec: Assertion `pC!=0' failed
d9ed4ebef1 2019-12-23 Code_Defect Closed Unknown SELECT on window function causes a segfault
0911b5d161 2019-12-23 Code_Defect Fixed Unknown Debug assertion sqlite3MemCompare: Assertion `pMem1->enc==pMem2->enc || pMem1->db->mallocFailed' failed
9d708e4742 2019-12-23 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `flags3==pIn3->flags' failed (2)
5ad2aa6921 2019-12-23 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeMemAboutToChange: Assertion `(mFlags&MEM_Str)==0 || (pMem->n==pX->n && pMem->z==pX->z)' failed
c62c5e5852 2019-12-23 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeMemAboutToChange: Assertion `(mFlags&MEM_Str)==0 || (pMem->n==pX->n && pMem->z==pX->z)' failed (2)
188f912b51 2019-12-22 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `pIn1!=pIn3' failed
7929c1efb2 2019-12-22 Code_Defect Fixed Unknown Debug assertion constructAutomaticIndex: Assertion `!ExprHasProperty(pExpr, EP_FromJoin) || pExpr->iRightJoinTable!=pSrc->iCursor || pLoop->prereq!=0' failed
b0cb8aff56 2019-12-22 Code_Defect Fixed Unknown Debug assertion sqlite3ExprSkipCollateAndLikely: Assertion `pExpr->op==TK_COLLATE' failed
1b06916e01 2019-12-22 Code_Defect Fixed Unknown Debug assertion sqlite3VdbeExec: Assertion `flags3==pIn3->flags' failed
f00d096cae 2019-12-22 Code_Defect Closed Unknown Debug assertion sqlite3VdbeExec: Assertion `memIsValid(pRec)' failed
9cb7d0ef44 2019-12-22 Code_Defect Closed Unknown Debug assertion fts5StructureRead: Assertion `p->iStructVersion!=0' failed
cd3311e323 2019-12-21 Code_Defect Closed Unknown FTS database disk image is malformed for update on languageid
e0a8120553 2019-12-20 Code_Defect Fixed Code_Generator Incorrect result for BETWEEN and generated column
e431c35542 2019-12-20 Code_Defect Closed Unknown FTS database disk image is malformed for UTF-16 encoding
cf36cb4e02 2019-12-20 Code_Defect Closed Unknown FTS database disk image is malformed for UTF-16 encoding after update
3b84b42943 2019-12-16 Code_Defect Fixed Unknown LEFT JOIN malfunctions with generated column
b439bfcfb7 2019-12-14 Code_Defect Fixed Unknown REINDEX segfaults on table with generated columns
d7c3f125c9 2019-12-10 Code_Defect Fixed Unknown REINDEX results in "UNIQUE constraint failed" for generated column
bd8c280671 2019-12-09 Code_Defect Fixed Unknown PRAGMA integrity_check does not terminate on table with generated column
b92e5e8ec2 2019-12-08 Code_Defect Fixed Unknown Query on table without rows and generated column results in "out of memory" error
f096d191b6 2019-12-05 Code_Defect Fixed Unknown Row value comparison malfunctions with rtree table
9fe487ba3c 2019-12-05 Code_Defect Fixed Unknown Join on two rtree tables malfunctions
30e2c183b6 2019-12-05 Code_Defect Fixed Unknown column = NULL predicate evaluates to TRUE for rtree table
7f39060a24 2019-11-30 Code_Defect Fixed Unknown LEFT JOIN malfunctions with partial ISNULL index
8fe768e9c9 2019-11-18 Code_Defect Closed Unknown FTS integrity-check malfunctions
2ae0c599b7 2019-11-15 Code_Defect Fixed Unknown Table-valued functions do not work as the right table of a LEFT JOIN
7e59041f9c 2019-11-08 Code_Defect Fixed Unknown DISTINCT malfunctions for VIEW with virtual table
302027baf1 2019-11-07 Code_Defect Fixed Unknown VACUUM results in "database disk image is malformed" for PRIMARY KEY with duplicate column
299b50ba81 2019-11-07 Code_Defect Fixed Unknown UPDATE on table with two generated columns and CHECK clause results in segfault
4fc08501f4 2019-11-06 Code_Defect Fixed Unknown Segfault when inserting into table with generated columns
ce22a07731 2019-11-06 Code_Defect Fixed Unknown NULL WHERE condition unexpectedly results in row being fetched
2399f59861 2019-11-06 Code_Defect Fixed Unknown REPLACE on table with generated NOT NULL column results in segfault
02aa2bd02f 2019-11-04 Code_Defect Fixed Unknown Row value comparison malfunctions on view with left join
623eff57e7 2019-11-03 Code_Defect Fixed Unknown LEFT JOIN in view malfunctions with partial index on table
a9efb42811 2019-11-02 Code_Defect Fixed Unknown Incorrect result for GLOB operator
c28a01da72 2019-11-01 Code_Defect Fixed Unknown REPLACE causes segfault in table with generated column and foreign key
b9befa4b83 2019-10-31 Code_Defect Fixed Unknown Segfault in table with generated column and foreign key
1d2a8efc6c 2019-10-31 Code_Defect Fixed Unknown VACUUM on table with generated column that uses TYPEOF results in an error
6484e6ce67 2019-10-29 Code_Defect Fixed Unknown VACUUM on table with generated column results in an error
166347c6fc 2019-10-29 Code_Defect Fixed Unknown VACUUM issue on table with generated column
9621dd78a0 2019-10-29 Code_Defect Fixed Unknown Segfault when updating table with generated columns
91e8695101 2019-10-27 Code_Defect Fixed Unknown Segfault in table with generated columns
3ea1755124 2019-10-26 Code_Defect Fixed Unknown REINDEX causes "UNIQUE constraint failed" error for generated column
c1e19e1204 2019-10-26 Code_Defect Fixed Unknown Trigger causes query to compute incorrect result
dd1f67bf25 2019-10-24 Code_Defect Closed Unknown FTS integrity-check malfunctions nondeterministically with tokenize="ascii"
50c09fc2cf 2019-10-24 Code_Defect Fixed Unknown Crash on REPLACE INTO of a table with an AFTER DELETE trigger.
135c9da751 2019-10-23 Code_Defect Fixed Unknown Comparison of row values with COLLATE NOCASE yields incorrect result
6ef984af89 2019-10-22 Code_Defect Fixed Unknown Row value comparison yields incorrect result
b47e3627ec 2019-10-22 Code_Defect Fixed Unknown Comparison of row values results in incorrect result
a8a4847a2d 2019-10-16 Code_Defect Fixed Unknown Trigger inserts duplicate value in UNIQUE column
278ac14262 2019-10-11 Code_Defect Fixed Unknown FTS integrity_check fails when inserting x'00'
745f1abcdc 2019-10-11 Code_Defect Closed Unknown FTS integrity-check malfunctions for transaction and the prefix option
8a6fa2bb22 2019-10-11 Code_Defect Closed Unknown FTS order=DESC results into integrity-check failing
c31034044b 2019-10-10 Code_Defect Closed Unknown LEFT JOIN in view malfunctions with NOTNULL
1079ad1999 2019-10-10 Code_Defect Closed Unknown Crash in query with FILTER clause on normal aggregate that refers to a column of a subquery
a976c487d1 2019-10-10 Code_Defect Closed Unknown LEFT JOIN in view malfunctions
d392017c8e 2019-10-09 Code_Defect Closed Unknown FTS rebuild in combination with crisismerge results in error "database or disk is full"
81a7f7b9e2 2019-10-09 Code_Defect Closed Unknown FTS integrity-check indicates that the database disk image is malformed
e258f008ce 2019-10-08 Code_Defect Closed Unknown FTS rebuild in transaction causes integrity-check to fail
265e935b26 2019-10-07 Code_Defect Closed Unknown FTS pgsz option results in "database disk image is malformed" error
b2d4edaffd 2019-10-07 Code_Defect Fixed Unknown Comparison on view malfunctions
99cd4807dc 2019-09-23 Code_Defect Fixed Unknown Scalar subquery with "LIMIT 0" should return NULL
587791f926 2019-09-17 Code_Defect Fixed Unknown Row is not fetched when using WHERE clause with INSTR()
0f0428096f 2019-09-16 Code_Defect Fixed Unknown GLOB unexpectedly does not match
18458b1ad6 2019-09-11 Code_Defect Closed Unknown COLLATE issue in view
a7debbe0ad 2019-09-09 Code_Defect Closed Unknown BETWEEN issue in view
767a8cbc6d 2019-09-03 Code_Defect Fixed Unknown COLLATE NOCASE string comparison yields incorrect result
29f635e0af 2019-09-03 Code_Defect Fixed Unknown IS NULL unexpectedly evaluates to TRUE
2841e99d10 2019-09-02 Code_Defect Fixed Unknown Different rounding when converting TEXT to REAL
57af00b664 2019-09-02 Code_Defect Fixed Unknown Expression computed on row yields incorrect result
d6a0fbc14e 2019-08-31 Code_Defect Closed Unknown REINDEX causes "UNIQUE constraint failed" error when using TRIGGER
40812aea1f 2019-08-30 Code_Defect Fixed Unknown Incorrect result for comparison of large number
5a3dba8104 2019-08-30 Code_Defect Fixed Unknown REINDEX causes "UNIQUE constraint failed" error
f8f472cbc7 2019-08-30 Code_Defect Fixed Unknown Partial index and BETWEEN issue
fba33c8b1d 2019-08-30 Code_Defect Fixed Unknown Partial index causes row to not be fetched in BETWEEN expression
a6408d42b9 2019-08-30 Code_Defect Fixed Unknown Partial index causes row to not be fetched
c03903637b 2019-08-29 Code_Defect Closed Unknown Indexes causes row to not be fetched
f8a7060ece 2019-08-27 Code_Defect Closed Unknown Incorrect result for query that uses MIN() and a CAST on rowid
dbaf8a6820 2019-08-27 Code_Defect Fixed Unknown Unexpected affinity conversion is performed for the IN operator
ac8dd4a32b 2019-08-27 Code_Defect Fixed Unknown Segfault when dropping a temp trigger on a database that has already been detached
78acc9d40f 2019-08-26 Code_Defect Fixed Unknown Assertion fault in row-value UPDATE
7e07a3dbf5 2019-08-22 Code_Defect Fixed Unknown LIKELY() seems to cause unexpected affinity conversion for rowid
ac184eb571 2019-08-22 Code_Defect Fixed Unknown Row with comparison on TEXT UNIQUE column is not fetched
d9f584e936 2019-08-22 Code_Defect Fixed Unknown Row is not fetched in table with INTEGER PRIMARY KEY
b86894020e 2019-08-21 Code_Defect Closed Unknown DISTINCT malfunctions for IS NULL
f043b1130b 2019-08-20 Code_Defect Closed Unknown INDEXED BY results in row not being fetched
c7a1171907 2019-08-17 Code_Defect Closed Unknown WHERE clause erroneously influences value of fetched column from view
6710d2f7a1 2019-08-17 Code_Defect Fixed Unknown LEFT JOIN fails to fetch row
256741a16b 2019-08-15 Code_Defect Fixed Unknown null pointer dereference caused by window functions in result-set of EXISTS(SELECT ...)
e4598ecbdd 2019-08-15 Code_Defect Fixed Unknown Division by zero in the query planner.
3cf9bb227e 2019-08-12 Code_Defect Fixed Unknown Database corruption caused by REPLACE
9080b6227f 2019-08-10 Code_Defect Fixed Unknown Constant expression in partial index results in row not being fetched
0a5e2c1dcb 2019-08-06 Code_Defect Fixed Unknown Unexpected affinity conversion for view column in IN operator
61c853857f 2019-08-06 Code_Defect Fixed Unknown Row is not fetched in SELECT from VIEW
d52a29a9e6 2019-08-05 Code_Defect Fixed Unknown Unexpected affinity conversion in view
71e183cab6 2019-08-03 Code_Defect Closed Unknown MIN() malfunctions for a query with ISNULL condition
41866dc373 2019-08-02 Code_Defect Closed Unknown MIN() malfunctions for UNIQUE column
ced41c7c7d 2019-07-30 Code_Defect Fixed Unknown Query with DISTINCT does not fetch all distinct rows
ccbe5759fb 2019-07-29 Code_Defect Closed Unknown ANALYZE causes DISTINCT to malfunction in CROSS JOIN
ba2f4585cf 2019-07-29 Code_Defect Fixed Unknown Query with ORDER BY results in "database disk image is malformed" error
1be72aab92 2019-07-17 Code_Defect Fixed Unknown CHECK constraint using COLLATE with CASE or BETWEEN
fd3aec0c7e 2019-07-17 Code_Defect Fixed Unknown Valgrind warning if PK has more columns than the table.
9ece23d2ca 2019-07-08 Code_Defect Closed Unknown Default collation sequences and affinities lost when window function added to query
9cdc5c4662 2019-06-27 Code_Defect Fixed Unknown Incorrect result from second execution of correlated scalar sub-query that uses a partial sort
e1e07ef202 2019-06-16 Code_Defect Fixed Unknown COLLATE in BETWEEN expression is ignored
f1580ba1b5 2019-06-14 Code_Defect Fixed Unknown Built-in RTRIM collating sequence yields incorrect comparisons
ce8717f088 2019-06-14 Code_Defect Fixed Unknown LIKE malfunctions for UNIQUE COLLATE NOCASE column
674385aeba 2019-06-12 Code_Defect Fixed Unknown CAST('-0.0' AS NUMERIC) computes 0.0 rather than 0
4d01eda811 2019-06-12 Code_Defect Closed Unknown IS TRUE operator malfunctions with COLLATE and REAL value
0c620df60b 2019-06-11 Code_Defect Fixed Unknown LIKELY(), UNLIKELY() and LIKELIHOOD() have affinities
57353f8243 2019-06-11 Code_Defect Fixed Unknown COLLATE expression in the right side of an IN operator results in an affinity conversion
533010b8ca 2019-06-11 Code_Defect Fixed Unknown Illegal argument to LIKELIHOOD() does not result in error when combined with "IN ()"
412bba9b22 2019-06-10 Code_Defect Fixed Unknown CAST('.' AS NUMERIC) computes 0.0 rather than 0
31c6e64ff9 2019-06-10 Code_Defect Closed Unknown ALTER TABLE fails if a trigger references a non-existant table.
dd6bffbfb6 2019-06-10 Code_Defect Fixed Unknown CAST to NUMERIC no longer converts to INTEGER
fd76310a5e 2019-06-10 Code_Defect Closed Code_Generator TEXT value interpreted as column name in an index with empty list in an IN expression
b1d8c79314 2019-06-10 Code_Defect Fixed Code_Generator LIKE malfunctions for INT PRIMARY KEY COLLATE NOCASE column
4c2d7639f0 2019-06-07 Code_Defect Fixed Unknown CAST('-' AS NUMERIC) computes 0.0
e8bedb2a18 2019-06-07 Code_Defect Fixed Unknown Incorrect result when subtracting a large integer number from a TEXT value
c41afac34f 2019-05-29 Code_Defect Fixed Unknown LIMIT applied globally rather than locally
ce82323194 2019-05-22 Code_Defect Fixed Unknown Duplicate CTE name gives incorrect result
b5ca442af9 2019-05-21 Code_Defect Closed Unknown "Malformed database schema" when creating a failing index within a transaction
9b78184be2 2019-05-20 Code_Defect Closed Unknown Index on non-existing column results in a fabricated value being fetched
d3e7f2ba5b 2019-05-20 Code_Defect Fixed Unknown Nested boolean formula with IN operator computes an incorrect result
787fa716be 2019-05-19 Code_Defect Fixed Unknown Assertion fault when multi-use subquery implemented by co-routine
3c27b97e31 2019-05-17 Code_Defect Fixed Unknown REAL rounding seems to depend on FROM clause
bba7b69f98 2019-05-14 Code_Defect Fixed Unknown REINDEX on WITHOUT ROWID table with DESC PRIMARY KEY corrupts automatic UNIQUE index
8025674847 2019-05-11 Code_Defect Closed Unknown Incorrect use of "WHERE x NOT NULL" index for query with a "WHERE x IS NOT ?" term
6c1d3febc0 2019-05-09 Code_Defect Fixed Unknown REAL PRIMARY KEY leads to a missing entry in the index.
a340eef47b 2019-05-08 Code_Defect Closed Unknown PRAGMA case_sensitive_like can corrupt some databases.
9cf6c9bb51 2019-05-08 Code_Defect Closed Unknown "<" or "<=" comparison of rowid and non-numeric text value sometimes gets the wrong answer.
e63cbcfd33 2019-05-07 Code_Defect Fixed Unknown Database table/index contents mismatch (corruption) caused by FK processing
5c6955204c 2019-05-04 Code_Defect Fixed Code_Generator Incorrect result on a table scan of a partial index
ae0f637bdd 2019-05-01 Code_Defect Fixed Unknown REINDEX fails on a UNIQUE index on the GLOB operator of a REAL column
3be1295b26 2019-05-01 Code_Defect Fixed Unknown Inconsistent behavior of a unique constraint on a boolean expression.
3182d38790 2019-04-29 Code_Defect Fixed Unknown COLLATE nocase index on a WITHOUT ROWID table malfunctions
f00d7b651a 2019-04-19 Code_Defect Fixed Unknown ALTER TABLE corrupts the schema for tables that start with "sqlite"
596d059af7 2019-03-15 Code_Defect Closed Code_Generator Committing a transaction with a failed ALTER TABLE may subtly corrupt schema
df46dfb631 2019-02-23 Code_Defect Fixed Unknown Assertion fault in self-join with a IN constraint
4feb3159c6 2019-02-22 Code_Defect Fixed Unknown Crash due to misuse of window functions.
4e8e4857d3 2019-02-08 Code_Defect Fixed Unknown Crash on query using an OR term in the WHERE clause
5948e09b8c 2019-02-05 Code_Defect Fixed Unknown Incorrect result from LEFT JOIN
bb4bdb9f7f 2019-01-25 Code_Defect Fixed Virtual_Machine Zeroblob truncated by an index on an expression
bc8d94f0fb 2019-01-09 Code_Defect Fixed Unknown RENAME COLUMN fails on tables with redundant UNIQUE constraints
d0866b26f8 2019-01-01 Code_Defect Fixed Unknown Window function in correlated subquery causes assertion fault
e6f1f2e34d 2018-12-22 Code_Defect Fixed Unknown REPLACE can insert a default NULL into a NOT NULL column
50d2a6c292 2018-12-20 Code_Defect Closed Unknown Foreign key malfunction when parent and child are the same WITHOUT ROWID table and parent key is not also PRIMARY KEY
d96eba8769 2018-12-14 Code_Defect Fixed Unknown Incorrect results for OR query where both OR terms are different indexed expressions
1d958d9059 2018-12-08 Code_Defect Fixed Unknown Incorrect result with NOT IN operator and partial index
f09fcd1781 2018-12-07 Code_Defect Fixed Unknown Assertion fault when window functions are used.
1a84668dcf 2018-11-05 Code_Defect Fixed Unknown Assertion fault due to malformed PRIMARY KEY
65eb38f6e4 2018-11-05 Code_Defect Fixed Unknown Incorrect answer on LEFT JOIN when STAT4 is enabled
cf5ed20fc8 2018-10-25 Code_Defect Fixed Unknown Incorrect join result with duplicate WHERE clause constraint
69d642332d 2018-09-27 Code_Defect Fixed Unknown The typeof() and length() functions fail in some virtual tables.
e8275b415a 2018-09-27 Code_Defect Fixed Unknown Assertion fault from window function inside of recursive CTE
f25d5ceebe 2018-09-24 Code_Defect Fixed Unknown INTEGER PRIMARY KEY WITHOUT ROWID virtual table crash
510cde2777 2018-09-17 Code_Defect Fixed Unknown Endless loop on a query with window functions, ORDER BY, and LIMIT
b41031ea2b 2018-09-17 Code_Defect Fixed Unknown ALTER TABLE returns an error on certain schemas
9936b2fa44 2018-09-10 Code_Defect Fixed Unknown Infinite loop due to the ORDER BY LIMIT optimization
c94369cae9 2018-09-10 Code_Defect Fixed Unknown Wrong answer due to the LIKE optimization
908f001483 2018-08-14 Code_Defect Fixed Unknown UPSERT does not work like PostgreSQL
c694113e50 2018-07-24 Code_Defect Fixed Unknown Unnecessary ABORT with unhelpful error message
79cad5e4b2 2018-07-11 Code_Defect Fixed Unknown UPSERT results in a corrupt database
c2432ef908 2018-06-11 Code_Defect Fixed Unknown Assertion fault due to column cache malfunction
7be932dfa6 2018-06-07 Code_Defect Fixed Unknown Adverse interaction between .stats and .eqp in the CLI
d8dc2b3a58 2018-05-23 Code_Defect Fixed Unknown Crash when the schema for sqlite_sequence is corrupt
e63a34a004 2018-05-08 Code_Defect Fixed Unknown Incorrectly formatted output for the ".fullschema" command in the CLI
d85fffd6ff 2018-04-26 Code_Defect Fixed Unknown VDBE program uses an expired value
4ba5abf65c 2018-04-24 Code_Defect Fixed Unknown Index on expression leads to an incorrect LEFT JOIN
7fa8049685 2018-04-24 Code_Defect Fixed Unknown Incorrect result on a LEFT JOIN when using an index
1e39b966ae 2018-04-10 Code_Defect Fixed Unknown LEFT JOIN strength reduction optimization causes an error.
fac496b617 2018-04-10 Code_Defect Fixed Code_Generator Over-aggressive LEFT JOIN optimization on virtual tables
2b8aed9f7c 2018-04-09 Code_Defect Fixed Unknown Misbehavior in the FTS5 xBestIndex method
093420fc0e 2018-04-06 Code_Defect Fixed Unknown Virtual Machine references an uninitialized register
36fae083b4 2018-02-26 Code_Defect Fixed Unknown Inconsistent interpretation of truth
f484b65f3d 2018-02-13 Code_Defect Fixed Unknown Incorrect result from row-value comparison in WHERE clause
d6ec09eccf 2018-02-13 Code_Defect Fixed Unknown Assertion fault in FTS4
343634942d 2018-02-01 Code_Defect Fixed Unknown Index on expression goes corrupt from valid SQL
ec32177c99 2018-01-27 Code_Defect Fixed Unknown Incorrect result with complex OR-connected WHERE and STAT4
80177f0c22 2018-01-26 Code_Defect Fixed Unknown Incorrect result when join condition uses a table-valued function
7310e2fb3d 2018-01-23 Code_Defect Fixed Unknown Valid row-value syntax is rejected
47b2581aa9 2018-01-16 Code_Defect Fixed Unknown Infinite loop on UPDATE
dc3f932f5a 2018-01-02 Code_Defect Fixed Unknown Assertion fault doing a REPLACE with index on an expression.
3b44500725 2017-12-23 Code_Defect Fixed Unknown Inconsistent column names
123c9ba321 2017-12-13 Code_Defect Fixed Unknown Incorrect result when an index is used for an ordered join
d4beea1633 2017-11-26 Code_Defect Fixed Unknown DELETE with a LIMIT does not work for WITHOUT ROWID tables
ef9318757b 2017-11-23 Code_Defect Fixed Unknown Incorrect result due to the skip-ahead-distinct optimization
aa98619ad0 2017-11-06 Code_Defect Fixed Unknown Assertion fault on an IN operator using a constant index
e651b13418 2017-10-10 Code_Defect Fixed Unknown DROP TABLE fails for WITHOUT ROWID tables an SQLITE_OMIT_AUTOVACUUM
cfa2c908f2 2017-09-11 Code_Defect Fixed Unknown Assertion fault in STAT4 on a double-negation
b899b6042f 2017-09-11 Code_Defect Fixed Unknown Segfault on correlated subquery on the RHS of an IN operator in the WHERE clause
02f0f4c54f 2017-08-28 Code_Defect Fixed Unknown The ".dump" comman crashes following PRAGMA empty_result_callbacks=1
88af8923dc 2017-08-24 Code_Defect Closed Unknown  
7486aa54b9 2017-08-24 Code_Defect Fixed Unknown Assertion fault caused by sqlite3_result_pointer()
e20dd54ab0 2017-08-18 Code_Defect Fixed Unknown COLLATE sequence for ORDER/GROUP BY ignored when using an index-on-expression
be436a7f45 2017-08-17 Code_Defect Fixed Unknown Use-after-free on schema change where RTREE is used inside of a trigger
cb91bf4290 2017-08-01 Code_Defect Fixed Unknown Assertion fault following PRAGMA reverse_unordered_selects=ON
de3403bf5a 2017-07-31 Code_Defect Fixed Unknown Column name shift due to LEFT JOIN query flattening
bc11554113 2017-07-31 Code_Defect Fixed Unknown Assertion fault on a dodgy CREATE TABLE statement using WITHOUT ROWID
ce68383bf6 2017-07-21 Code_Defect Fixed Unknown Incorrect LEFT JOIN result with IS operator in WHERE clause and auto-index
a4e06e75a9 2017-07-15 Code_Defect Fixed Unknown False-positive from "PRAGMA integrity_check"
b9f0101077 2017-06-27 Code_Defect Fixed Unknown Violation of the Query Planner Stability Guarantee
892fc34f17 2017-06-20 Code_Defect Fixed Unknown Incorrect query result when a LEFT JOIN subquery is flattened
fda2210880 2017-06-08 Code_Defect Fixed Unknown Corruption due to REPLACE in an auto-vacuumed database
7fde638e94 2017-05-25 Code_Defect Fixed Unknown Assertion fault on a LEFT JOIN
cad1ab4cb7 2017-05-23 Code_Defect Fixed Unknown Segfault due to LEFT JOIN flattening optimization
f68dc596c4 2017-05-01 Code_Defect Fixed Unknown Database corruption on REPLACE with a mix of NULL and non-NULL rowids.
61fe97454c 2017-04-24 Code_Defect Closed Unknown Duplicate result using an IN operator in the WHERE clause
981329adee 2017-04-11 Code_Defect Fixed Unknown Stack overflow while parsing deeply nested JSON
6c9b551407 2017-04-10 Code_Defect Fixed Unknown JSON allows unescaped control characters in strings
b93be8729a 2017-04-08 Code_Defect Fixed Unknown JSON extension accepts invalid numeric values
06796225f5 2017-03-24 Code_Defect Fixed Unknown Crash in recursive invocation of a trigger that uses an ephemeral table
6097cb9274 2017-03-02 Code_Defect Fixed Unknown Broken 'start of day' modifier on date/time functions
eb703ba7b5 2017-02-11 Code_Defect Fixed Unknown Incorrect result using index on expression with collating function
e6e962d6b0 2017-01-25 Code_Defect Fixed Unknown sqlite3_blob_reopen() misbehavior on ALTER-ed table
7ffd1ca1d2 2017-01-16 Code_Defect Fixed Unknown Incorrect affinity when using automatic indexes
25e335f802 2017-01-10 Code_Defect Fixed Unknown Incorrect result when ON clause refers to table to the right
190c2507ee 2017-01-05 Code_Defect Fixed Unknown Assertion fault on a query against a view
30027b613b 2017-01-05 Code_Defect Fixed Unknown DELETE trigger on WITHOUT ROWID table not fired for REPLACE op
8c9458e703 2017-01-03 Code_Defect Fixed Unknown row-value updates in triggers do not work.
2df0107bd2 2016-12-01 Code_Defect Fixed Unknown Incorrect result from LEFT JOIN with a subquery on the LHS
1a68465637 2016-11-24 Code_Defect Fixed Unknown Assertion fault on a conditional row-value expression
da78413751 2016-11-23 Code_Defect Fixed Unknown Query flattening causes bad byte-code for a vector IN operator
199df4168c 2016-11-23 Code_Defect Fixed Unknown Different answer with and without index on IN operator with type mismatch
2f1b168ab4 2016-11-11 Code_Defect Fixed Unknown Crash following syntax error on DETACH
fef4bb4bd9 2016-10-27 Code_Defect Fixed Unknown Incorrect result from a LEFT JOIN with a row-value constraint
34a579141b 2016-10-26 Code_Defect Closed Unknown Incorrect results with OR terms in the ON clause of a LEFT JOIN
96c1454cbf 2016-10-12 Code_Defect Fixed Unknown Incorrect result with ORDER BY DESC and LIMIT (again)
4766f44486 2016-10-10 Code_Defect Closed Unknown ORDER BY handling with indexes on expressions
4baa464912 2016-10-10 Code_Defect Fixed Unknown NULL handling for indexes on expressions
7b3328086a 2016-10-03 Code_Defect Fixed Unknown AUTOINCREMENT problem with the INSERT xfer optimization
1ec41379c9 2016-09-20 Code_Defect Fixed Unknown Integer multiple fails to overflow to floating-point
0eab1ac759 2016-09-16 Code_Defect Fixed Unknown O(N*N) behavior where it should be O(N)
0c4df46116 2016-09-07 Code_Defect Fixed Unknown Incorrect result with ORDER BY DESC and LIMIT
ef36060112 2016-08-26 Code_Defect Fixed Unknown Incorrect affinity transformations on DELETE
a0bac8b3c3 2016-07-26 Code_Defect Fixed Unknown CREATE INDEX changes the answer
f68bf68513 2016-07-14 Code_Defect Fixed Unknown ALTER TABLE corrupts DESC indexes
e8d439c776 2016-07-01 Code_Defect Fixed Unknown Crash on transitive WHERE constraint and undefined collation
16c9801ceb 2016-05-06 Code_Defect Fixed Unknown Segfault on DELETE with WHERE containing OR
dc6ebeda93 2016-05-02 Code_Defect Fixed Unknown Incorrect DELETE due to the one-pass optimization
f7f8c97e97 2016-04-25 Code_Defect Fixed Unknown Valid query fails to compile due to WHERE clause optimization
7d7525cb01 2016-04-18 Code_Defect Fixed Unknown Compatibility break on INTEGER PRIMARY KEY columns.
a306e56ff6 2016-04-09 Code_Defect Fixed Unknown Failed DELETE with PRAGMA reverse_unordered_selects
7f7f8026ed 2016-04-07 Code_Defect Fixed Unknown Segfault following heavy SAVEPOINT usage
5e3c886796 2016-03-09 Code_Defect Fixed Unknown Correlated subquery on the RHS of an IN operator
dc9b1c91db 2016-02-19 Code_Defect Closed Unknown One trigger may use auxdata belonging to another.
d06a25c844 2016-02-09 Code_Defect Fixed Code_Generator Incorrect result from a UNION with an ORDER BY
ad2559db38 2016-02-04 Code_Defect Fixed Unknown JSON does not properly escape control characters
f45ac567ea 2016-01-30 Code_Defect Fixed Unknown Invalid JSON generated by json_group_array()
80369eddd5 2016-01-20 Code_Defect Fixed Unknown Incorrect case folding in the LIKE operator
cb3aa0641d 2016-01-13 Code_Defect Fixed Unknown Incorrect result from a subquery containing over-constrainted ORDER BY
e5c6268dd8 2015-11-24 Code_Defect Fixed Unknown Assertion fault on DISTINCT query containing a correlated aggregate.
73eba7ba5c 2015-11-21 Code_Defect Fixed Unknown Table-valued function syntax allowed for ordinary tables and views
38a97a87a6 2015-11-13 Code_Defect Fixed Unknown Inaccurate int/float comparison results in corrupt index
ac661962a2 2015-11-01 Code_Defect Fixed Unknown Differing interpretation of historical schemas
8a2adec166 2015-10-24 Code_Defect Closed Unknown Problem creating automatic-indexes on sub-queries in the FROM clause of correlated scalar sub-queries
57eec374ae 2015-10-16 Code_Defect Fixed Unknown JSON1 accepts form-feed (char(12)) as a white-space character
b65cb2c8d9 2015-10-06 Code_Defect Fixed Unknown Incorrect LIMIT on a UNION ALL query
1b266395d6 2015-09-30 Code_Defect Fixed Unknown INSERT OR REPLACE with a foreign key constraint leads to assertion fault
acd1299088 2015-09-09 Code_Defect Fixed Unknown CREATE TABLE AS fails with a false report of database corruption
c2a19d8165 2015-08-22 Code_Defect Fixed Unknown Incorrect LEFT JOIN when FROM clause contains nested subqueries
8fd39115d8 2015-07-23 Code_Defect Fixed Unknown assertion fault on WITHOUT ROWID query using the OR optimization
5f60b11fc8 2015-06-18 Code_Defect Fixed Unknown likely() function in the ON clause of a LEFT JOIN results in incorrect result
873cae2b6e 2015-06-16 Code_Defect Fixed Unknown Schema corruption after aborted CREATE TABLE AS
f2ad7de056 2015-05-20 Code_Defect Fixed Unknown Corrupt table created by CREATE TABLE AS followed by compound SELECT
34cd55d68e 2015-05-19 Code_Defect Fixed Unknown Database corruption following INSERT with a TRIGGER that does an affinity change
7b4fee9f6c 2015-04-11 Code_Defect Closed Unknown Expressions like (a IS NULL AND b = ?) optimized by a UNIQUE index matching a single row only
05f43be8fd 2015-03-07 Code_Defect Fixed Unknown Incorrect use of index with LIKE operators when the LHS is a blob
2326c258d0 2015-02-24 Code_Defect Fixed Unknown Incorrect result when a LEFT JOIN provides the qualifying constraint for a partial index
1c69be2daf 2015-02-17 Code_Defect Fixed Unknown Incorrect GROUP BY when input and output columns have the same name
ca0d20b6cd 2015-02-09 Code_Defect Fixed Unknown COLLATE operator masked by function calls
2f7170d73b 2015-02-09 Code_Defect Fixed Unknown "misuse of aggregate" error if aggregate column from FROM subquery is used in correlated subquery
32b63d5424 2015-01-22 Code_Defect Fixed Unknown Fuzzer induced crash
f97c463710 2015-01-20 Code_Defect Fixed Unknown Incorrect ordering with ORDER BY and LIMIT
a59ae93ee9 2015-01-09 Code_Defect Fixed Unknown Crashes due to fuzzed input
e4a18565a3 2014-12-05 Code_Defect Fixed Unknown Stale KeyInfo object used in shared-cache mode
c5ea805691 2014-12-04 Code_Defect Fixed Unknown Inverted sort order when using DISTINCT and a descending index
6f2222d550 2014-12-04 Code_Defect Fixed Unknown Incorrect output on a LEFT JOIN
db87229497 2014-11-14 Code_Defect Fixed Unknown Incorrect result when RHS of IN operator contains DISTINCT and LIMIT
094d39a4c9 2014-11-05 Code_Defect Fixed Unknown Assertion fault on CREATE TABLE ... AS SELECT ...
43107840f1 2014-11-05 Code_Defect Fixed Unknown Assertion fault on UPDATE
ba7cbfaedc 2014-10-11 Code_Defect Fixed Unknown Wrong output order when a DESC index and GROUP BY and ORDER BY.
8c32a33a53 2014-10-02 Code_Defect Fixed Unknown Segfault on a syntax error involving the IS operator
e3a290961a 2014-10-01 Code_Defect Closed Unknown out-of-bounds write when using non-default malloc implementation and SQLITE_DIRECT_OVERFLOW_READ
209d31e316 2014-09-29 Code_Defect Fixed Unknown Assertion fault when deleting a table out from under a SELECT
78c0c8c3c9 2014-09-24 Code_Defect Fixed Unknown Segfault when a DEFAULT value contains a bind parameter
d11a6e908f 2014-09-21 Code_Defect Fixed Unknown Query planner fault on three-way nested join with compound inner SELECT
98d973b8f5 2014-08-27 Code_Defect Fixed Unknown Partial index gives incorrect query result
369d57fb8e 2014-08-21 Code_Defect Fixed Unknown DELETE with TRIGGER causes an assertion fault
11d5aa455e 2014-08-19 Code_Defect Fixed Unknown sqlite3_trace() sometimes does not invoke its callback
3a88d85f36 2014-08-06 Code_Defect Fixed Unknown Segfault when a DEFAULT value contains an aggregate function
9a6daf340d 2014-07-30 Code_Defect Fixed Unknown UNIQUE not enforced on an index
d2889096e7 2014-07-29 Code_Defect Fixed Unknown Problem with rtree tables with IN() operators or as the inner loop of a join.
b2fa5424e6 2014-06-30 Code_Defect Fixed Unknown Incorrect STAT4 samples for WITHOUT ROWID tables
9a8b09f8e6 2014-06-27 Code_Defect Fixed Unknown Affinity problem on "x IN (?)"
e9654505cf 2014-05-23 Code_Defect Fixed Unknown Inifinite loop in INSERT statement.
55746f9e65 2014-05-07 Code_Defect Fixed Unknown group_concat() returns NULL instead of an empty string
f67b41381a 2014-04-26 Code_Defect Fixed Unknown "INSERT INTO tbl SELECT * FROM tbl2" statement may modify data if ALTER TABLE ADD COLUMN has been used on tbl2.
388d01d4bb 2014-04-25 Code_Defect Fixed Unknown Crash on join with a virtual table, DISTINCT, and ORDER BY.
b75a9ca6b0 2014-04-21 Code_Defect Fixed Unknown ORDER BY ignored if query has identical GROUP BY
264b970c43 2014-04-14 Code_Defect Fixed Unknown Crash when calling sqlite_rename_parent() with NULL parameters.
2ea3e9fe63 2014-04-13 Code_Defect Fixed Unknown Partial index causes assertion fault on UPDATE OR REPLACE
10fb063b11 2014-04-10 Code_Defect Fixed Unknown Duplicate row output on an OR query
98825a79ce 2014-04-03 Code_Defect Fixed Unknown Incorrect result from a DISTINCT + GROUP BY + ORDER BY query
a8a0d2996a 2014-03-24 Code_Defect Fixed Unknown Incorrect column data type reported
07d6a0453d 2014-03-21 Code_Defect Fixed Unknown OFFSET ignored if there is no FROM clause
e39d032577 2014-03-20 Code_Defect Fixed Unknown Assertion fault on a query containing "x IN (?)"
c060923a54 2014-03-11 Code_Defect Closed VFS VFS filename truncation issues
08595ca456 2014-03-11 Code_Defect Closed Parser INTERSECT operator should have higher precedence
d8fe6cef65 2014-03-11 Code_Defect Closed VFS Error return from VFS xUnlock ignored
1248e6cda8 2014-03-11 Code_Defect Closed Unknown Insufficient precision of sqlite3_column_text16() for floating point values
edb497982c 2014-03-11 Code_Defect Fixed Unknown FTS n-character prefix query returns incorrect results when using an n+1 character prefix index.
beba9cae63 2014-03-11 Code_Defect Fixed Unknown Assertion fault on a valid query
4eb3a0bd32 2014-03-11 Code_Defect Fixed Unknown Performance regression in Skrooge
31a19d11b9 2014-03-05 Code_Defect Fixed Unknown Name resolution issue with compound SELECTs and Common Table Expressions
4ef7e3cfca 2014-03-04 Code_Defect Closed Unknown Name resolution problem in sub-selects within triggers
65bdeb9739 2014-02-26 Code_Defect Fixed Unknown "ORDER BY random()" gets optimized out
8c63ff0eca 2014-02-25 Code_Defect Fixed Unknown Incorrect query result on a UNION ALL
c34d0557f7 2014-02-12 Code_Defect Fixed Unknown Name resolution issue with WITHOUT ROWID
4c86b126f2 2014-02-11 Code_Defect Fixed Unknown Incorrect query result with SQLITE_ENABLE_STAT4
fccbde530a 2014-02-08 Code_Defect Fixed Unknown DISTINCT thinks a zeroblob() and blob of all zeros are different
1a1a194d1e 2014-01-20 Code_Defect Closed Unknown Assertion fault on query of virtual table with cross-column constraints
520070ec7f 2013-12-22 Code_Defect Fixed Unknown Array overrun in the skip-scan optimization
4065ac8595 2013-11-12 Code_Defect Closed Unknown LEFT JOIN with virtual table on left hand side may not return all rows
c620261b5b 2013-10-28 Code_Defect Fixed Unknown Incorrect result on query involving LEFT JOIN and transitive constraints
a5c8ed66ca 2013-10-04 Code_Defect Fixed Unknown Incorrect count(*) when partial indices exist
9fb5cd7c76 2013-09-30 Code_Defect Fixed Unknown "DELETE FROM tbl" statements do not obtain a shared-cache write-lock on table "tbl"
be84e357c0 2013-09-03 Code_Defect Fixed Unknown Segfault during query involving LEFT JOIN column in the ORDER BY clause
9f2eb3abac 2013-08-29 Code_Defect Fixed Unknown A lookup on a primary key or unique index with more than 4 fields can cause a crash
bc878246ea 2013-08-28 Code_Defect Fixed Unknown Incorrect result from LEFT JOIN query
d666d600a6 2013-08-21 Code_Defect Fixed Unknown COLLATE operator on lhs of BETWEEN expression is ignored.
f617ea3125 2013-08-15 Code_Defect Fixed Unknown Incorrect ORDER BY with colliding input and output column names
406d3b2ef9 2013-07-18 Code_Defect Fixed Unknown SQL function auxdata associated with parameters is not cleared
78588b938a 2013-07-17 Code_Defect Fixed Unknown Virtual Table Sync frees pVtab->zErrMsg without zeroing
83e9014ec2 2013-07-09 Code_Defect Fixed Unknown Incorrect result from sqlite3_stmt_status with SQLITE_STMTSTATUS_FULLSCAN_STEP
5ed1772895 2013-07-09 Code_Defect Fixed Unknown Incorrect ORDER BY on an indexed JOIN
bc1aea7b72 2013-07-09 Code_Defect Fixed Unknown Incorrect result on LEFT JOIN with OR constraints and an ORDER BY clause
490a4b7235 2013-07-09 Code_Defect Fixed Unknown "WHERE 0" on the first element of a UNION causes an assertion fault
d805526eae 2013-07-08 Code_Defect Fixed Unknown Incorrect join result or assertion fault due to transitive constraints
868145d012 2013-07-01 Code_Defect Fixed Unknown Assertion fault on double LEFT JOIN
a589ec069e 2013-06-27 Code_Defect Fixed Unknown sqlite3_stmt_readonly() returns an incorrect value for come PRAGMAs
e636a050b7 2013-05-15 Code_Defect Fixed Unknown Database corruption in shared cache mode
0fc59f908b 2013-05-15 Code_Defect Fixed Unknown Missing COLLATE function does not result in an error
f2369304e4 2013-05-09 Code_Defect Fixed Unknown Incorrect results when OR is used in the ON clause of a LEFT JOIN
6709574d2a 2013-05-08 Code_Defect Fixed Unknown COLLATE clause in ORDER BY causes incorrect EXCEPT
0eb70d77cb 2013-05-06 Code_Defect Fixed Unknown Invalid pointer passed to the authorizer callback
28c6e830f2 2013-04-30 Code_Defect Fixed Unknown Segfault while parsing/compiling an SQL statement
ba82a4a41e 2013-04-22 Code_Defect Fixed Unknown Query optimizer removes ORDER BY when it is needed
f69b96e307 2013-04-18 Code_Defect Fixed Unknown Over-aggressive optimization of ORDER BY using a virtual table with IN operator
2500cdb9be 2013-04-14 Code_Defect Fixed Unknown COLLATE in ORDER BY clause breaks name resolution
7ff3120e4f 2013-04-12 Code_Defect Fixed VFS Recovery race condition leads to database corruption on Windows
38b1ae018f 2013-03-27 Code_Defect Fixed Unknown Assertion fault on valid FTS4 query
6bfb98dfc0 2013-03-27 Code_Defect Fixed Unknown False report of database corruption on an INSERT
a179fe7465 2013-03-27 Code_Defect Fixed Unknown Incorrect output order on a join with an ORDER BY
689137afb6 2013-03-20 Code_Defect Fixed Unknown Casting UTF16 to numeric types fails
4dd95f6943 2013-03-13 Code_Defect Fixed Unknown Inverted result order with ORDER BY DESC and a DESC index.
fc7bd6358f 2013-03-06 Code_Defect Fixed Unknown Incorrect query result in a 3-way join due to affinity issues
7a31705a7e 2013-03-01 Code_Defect Fixed Unknown Name resolution fails when table name is a prefix of another table
db4d96798d 2013-01-29 Code_Defect Fixed Unknown LIMIT does not work with nested views containing UNION ALL
d58ccbb3f1 2013-01-28 Code_Defect Fixed Unknown Segmentation fault on a valid query with "union"
c997b11c4d 2013-01-09 Code_Defect Fixed Code_Generator ORDER BY clause ignored in 3-way join query
0cfd98ee20 2012-12-21 Code_Defect Closed Pager Potential corruption of backup db when backing up a db last written by sqlite<3.7.0
a7b7803e8d 2012-12-19 Code_Defect Fixed Code_Generator crash when filtering twice by same predicate using aliases
71e333e7d2 2012-12-19 Code_Defect Fixed Unknown COLLATE operator inside CHECK constraint fails in shared-cache mode
df678d738a 2012-12-18 Code_Defect Closed Pager Cache corruption following IO error on systems supporting atomic-write
d6b36be38a 2012-12-07 Code_Defect Closed Code_Generator Sub-select in LIMIT clause may access db without locks.
ae3c5670b6 2012-12-06 Code_Defect Closed Code_Generator Bug caused by factoring of constants in trigger programs
bfbf38e5e9 2012-11-02 Code_Defect Fixed Unknown Segfault on a nested join
d02e1406a5 2012-10-04 Code_Defect Fixed Unknown LEFT JOIN with an OR in the ON clause causes segfault
c2ad16f997 2012-05-21 Code_Defect Fixed Unknown Segfault on query involving deeply nested aggregate views
cfe84e8683 2012-05-21 Code_Defect Fixed Unknown The ".schema" command outputs nested VIEWS in the wrong order
bdc6bbbb38 2012-05-10 Code_Defect Closed Unknown Problem with FTS aux. functions when used with OR queries with enhanced query syntax enabled
385a5b56b9 2012-04-20 Code_Defect Closed Code_Generator A DISTINCT SELECT optimized using a UNIQUE index may allow duplicate NULL values.
2a5629202f 2012-04-20 Code_Defect Closed Code_Generator Malfunctioning interaction between a multi-term ORDER BY clause and UNIQUE index containing NULL values
27ca74af3c 2012-03-31 Code_Defect Fixed Unknown Nested SAVEPOINT release causes pending query abort
b7c8682cc1 2012-03-13 Code_Defect Fixed Unknown Incorrect result from LEFT JOIN with OR in the WHERE clause
3557ad65a0 2012-03-03 Code_Defect Fixed Unknown Incorrect DISTINCT on an indexed query with IN
ae6794effd 2012-02-01 Code_Defect Fixed Unknown ALTER TABLE RENAME fails for triggers that use the table name with a different case
5f41597f7c 2012-01-30 Code_Defect Fixed Unknown sqlite3_uri_boolean defaults to true, documented as false, is a mess
c04a8b8a4f 2012-01-28 Code_Defect Fixed Unknown Trailing comments not stripped from views, invalid dumps
ff5be73dee 2012-01-14 Code_Defect Fixed Unknown Database corruption following power-loss in WAL mode
a1fa75cbdd 2012-01-14 Code_Defect Fixed Pager Database corruption following unlucky application crash in WAL mode with "PRAGMA journal_size_limit"
ac0ff496b7 2011-12-22 Code_Defect Fixed Unknown Database corruption due to integer overflow with SQLITE_DIRECT_OVERFLOW_READ
7bbfb7d442 2011-12-10 Code_Defect Fixed Virtual_Machine Problem with using stale auto-indexes created on materialized sub-selects within trigger programs
3a77c9714e 2011-12-06 Code_Defect Fixed Parser Malfunction involving temporary registers and sub-queries implemented by vdbe sub-routines.
676bc02b87 2011-11-04 Code_Defect Fixed Unknown Incorrect xfer optimization with INTERGER PRIMARY KEY ON CONFLICT REPLACE
8290242b2a 2011-10-31 Code_Defect Closed Unknown ALTER TABLE RENAME fails if the database encoding is not UTF8
3338b3fa19 2011-10-31 Code_Defect Closed Unknown ambiguous column name when using multiple JOIN USING clauses and WHERE clause
57c971fc74 2011-10-31 Code_Defect Closed Unknown Some user defined string functions do not operate correctly on strings with embedded nuls
48f299634a 2011-10-29 Code_Defect Closed Virtual_Machine Crash in SAVEPOINT within a transaction that writes to then drops an FTS table
9861b74ab9 2011-10-13 Code_Defect Closed Unknown Fts3 offsets() function may report SQLITE_CORRUPT with empty string.
fa7bf5ec94 2011-10-13 Code_Defect Fixed Unknown String literal case confusion in aggregate query
35c54c8749 2011-10-13 Code_Defect Fixed Unknown Some os win symbols should be declared static
aa92c76cd4 2011-10-13 Code_Defect Fixed Code_Generator Problem with GROUP BY and the distinction between real and integer values
517e206abd 2011-10-13 Code_Defect Fixed Utilities Fix sqlite3_analyzer
cbd054fa6b 2011-10-13 Code_Defect Closed Unknown "out of memory" in ANALYZE with SQLITE_ENABLE_STAT2
9d68c88313 2011-10-13 Code_Defect Fixed Pager Database corruption following OOM fault
26ff0c82d1 2011-10-13 Code_Defect Fixed Unknown Incorrect result when using unnamed "?" bindings
fc62af4523 2011-10-13 Code_Defect Fixed Pager Executing "PRAGMA journal_mode" may delete journal file while it is in use.
54844eea3f 2011-10-13 Code_Defect Fixed Code_Generator Incorrect caching of sub-query results in the FROM clause of a scalar sub-query.
e59bdf6116 2011-10-13 Code_Defect Fixed Unknown Possible database corruption following EINTR on unix
af95b8c609 2011-10-13 Code_Defect Fixed Utilities Vacuuming a WAL database resets the file header read and write versions to 1.
7d32c69b50 2011-10-13 Code_Defect Fixed Unknown sqlite3LoadExtension truncates file names
20f9d4fbbf 2011-10-12 Code_Defect Fixed Unknown sqlite3_overload_function ignores errors
0b803bff85 2011-10-12 Code_Defect Fixed VFS Return (error code) of xCurrentTime is always ignored
c48d99d690 2011-09-30 Code_Defect Closed Code_Generator Crash in "INSERT INTO ... SELECT" when "PRAGMA count_changes=1" is configured
1a1308d253 2011-09-19 Code_Defect Closed Unknown Nested correlated subquery fails when indices used
002caede89 2011-09-19 Code_Defect Closed Unknown LEFT JOIN with OR terms in WHERE clause causes assertion fault
d635236375 2011-09-19 Code_Defect Closed Unknown Assertion fault on a join with a repeated column
6c14288a47 2011-09-19 Code_Defect Closed Unknown Virtual tables do not handle IS NOT NULL correctly
d6ddba6706 2011-09-19 Code_Defect Closed Unknown Parser accepts invalid CREATE TRIGGER syntax
25ee812710 2011-09-19 Code_Defect Closed Unknown PRAGMA case_sensitive_like=1 fails
91e2e8ba6f 2011-09-19 Code_Defect Closed Unknown Automatic indices cause undesirable type conversions
b1d3a2e531 2011-08-22 Code_Defect Closed Code_Generator Erroneous FK constraint failure when dropping table.
2d1a5c67df 2011-05-19 Code_Defect Fixed Pager Data loss on COMMIT in WAL mode
6284df89de 2011-04-24 Code_Defect Fixed Unknown INSERT INTO ... SELECT bypasses foreign key constraint checks
bb3a86e890 2011-04-13 Code_Defect Fixed Unknown SQLITE_FCNTL_SIZE_HINT overflows an array
83ea97620b 2011-03-30 Code_Defect Fixed Unknown ANALYZE on empty tables prevents the use of indices
f7b4edece2 2011-03-19 Code_Defect Fixed Unknown sqlite3_update_hook gives incorrect table name with shared cache
b72787b1a7 2011-02-22 Code_Defect Fixed Virtual_Machine Expiry mechanism causes incorrect collateral damage
752e1646fc 2011-02-11 Code_Defect Fixed Unknown Wrong result if DISTINCT used on subquery which uses ORDER BY.
89b8c9ac54 2011-02-10 Code_Defect Fixed B-Tree False reports of corruption after writing db with two different versions (3.7 and 3.6).
77aa3b1e65 2011-02-10 Code_Defect Fixed Unknown Segfault on automatic index using unknown collating function
9013e13dba 2011-02-04 Code_Defect Fixed Unknown ATTACH authorization fails when database name is not a literal
5d863f876e 2011-01-27 Code_Defect Fixed Unknown DB corruption following rollback-WAL-VACUUM-rollback
80ba201079 2010-12-07 Code_Defect Fixed Code_Generator Bug involving subqueries and the OR optimization
860399cc40 2010-10-12 Code_Defect Fixed Unknown Potential memory leak in sqlite3_bind_text()
a04e42a3fc 2010-10-11 Code_Defect Fixed Unknown Memory leak in sqlite3_create_collation_v2()
38cb5df375 2010-10-06 Code_Defect Fixed Unknown LIMIT ignored on compound query with subqueries
3998683a16 2010-09-30 Code_Defect Fixed Utilities Some valid floating-point literals are not recognized.
8454a207b9 2010-09-30 Code_Defect Fixed Code_Generator ALTER TABLE ADD COLUMN with negative DEFAULT value
b351d95f9c 2010-09-28 Code_Defect Fixed Code_Generator Bug in "INSERT INTO ... SELECT" statements that use CASE
313723c356 2010-09-18 Code_Defect Fixed Pager Database corruption following an I/O error on xShmLock
5e10420e8d 2010-08-23 Code_Defect Fixed Unknown Free-list corruption in incremental-vacuum mode
e4b8a2ba6e 2010-08-13 Code_Defect Closed Code_Generator Problem with DISTINCT in sub-queries in a FROM clause.
13f033c865 2010-08-05 Code_Defect Fixed Code_Generator Performance regression
51ae9cad31 2010-08-04 Code_Defect Fixed B-Tree Database corruption by alternating writes from 3.7.0 and 3.6.23
c38baa3d96 2010-08-03 Code_Defect Fixed Code_Generator REPLACE on a CHECK constraint does not work as advertised
168d0f7176 2010-08-01 Code_Defect Fixed Unknown Segfault while reading database with a corrupt index
ce7c133ea6 2010-07-31 Code_Defect Fixed Code_Generator Foreign key constraint fails when it should succeed.
f3e5abed55 2010-07-30 Code_Defect Fixed Unknown Problems retrying COMMIT after SQLITE_BUSY on multi-file transaction
c43940c49b 2010-07-29 Code_Defect Fixed Virtual_Machine sqlite3_profile gives milliseconds (was nanoseconds in earlier releases)
8011086c85 2010-07-28 Code_Defect Fixed Code_Generator Query planner creates unnecessary and expensive automatic index
80e031a00f 2010-07-14 Code_Defect Fixed Code_Generator Result of IN should never be NULL if the RHS is empty
d11f09d36e 2010-06-26 Code_Defect Closed Pager Cache corruption caused by ROLLBACK with synchronous=NORMAL
f973c7ac31 2010-06-09 Code_Defect Fixed Unknown Incorrect affinity for indexed range constraint
dd08e5a988 2010-05-14 Code_Defect Fixed Unknown Foreign key constraint fails to prevent consistency error.
3dbdcdb14e 2010-04-30 Code_Defect Fixed Code_Generator Assertion fault using indices with redundant columns
c39ff61c43 2010-04-30 Code_Defect Closed Virtual_Machine Erroneous FK constraint failure when reusing statement
bb1977f6e9 2010-04-22 Code_Defect Closed Unknown Concatenation can create very invalid strings
02a8e81d44 2010-04-15 Code_Defect Fixed Code_Generator LIMIT clause on sub-select in FROM clause of a SELECT in a UNION ALL interpreted incorrectly
883034dcb5 2010-03-31 Code_Defect Closed Code_Generator Column cache problem with aggregate queries
f3162063fd 2010-03-30 Code_Defect Closed Code_Generator Crash compiling "INSERT INTO tbl DEFAULT VALUES" if tbl has BEFORE or INSTEAD OF triggers.
015d3820f2 2010-03-22 Code_Defect Closed Pager Missing call to xSync() following rollback.
170872f1c3 2010-03-15 Code_Defect Fixed Unknown Unmatched double-quote causes problems for FTS3
42d45a693e 2010-03-15 Code_Defect Fixed Unknown Spurious log message from FTS3
9abd6aa831 2010-03-04 Code_Defect Closed Utilities buffer overread in sqlite3_printf functions.
ebdbadade5 2010-02-27 Code_Defect Fixed Unknown LEFT JOIN incorrect when ON clause does not reference right table.
d2f02d37f5 2010-02-24 Code_Defect Fixed Unknown Assertion fault on UPDATE involving two virtual tables.
da1151f97d 2010-02-22 Code_Defect Fixed Unknown Assertion fault on VACUUM in an auto_vacuumed database.
13336e9c3c 2010-02-15 Code_Defect Fixed Unknown ALTER TABLE RENAME fails to update foreign key references
985771e116 2010-02-15 Code_Defect Fixed Unknown CREATE TRIGGER confused by TEMP/MAIN table name overlap
1258875e07 2010-01-21 Code_Defect Fixed Unknown Undefined collating sequence on LIKE causes segfault
eb942c64a1 2010-01-13 Code_Defect Fixed Unknown PRAGMA reverse_unordered_selects causes schema parse to fail
360c6073e1 2010-01-07 Code_Defect Fixed Code_Generator Aggregate MAX() function with COLLATE clause
34d2ae1c6d 2009-12-29 Code_Defect Fixed Unknown Overloaded column named "ROWID" mishandled in triggers.
eb5548a849 2009-12-24 Code_Defect Fixed Unknown CAST in WHERE clause causes inconsistent query results
356c885b0b 2009-12-17 Code_Defect Fixed Other sqlite3_complete() should return 0 on empty string
31338dca7e 2009-12-16 Code_Defect Fixed Unknown OR operator in WHERE clause gives wrong answer when indexed
f74beaabde 2009-12-09 Code_Defect Fixed Code_Generator Problem with 3-way joins and the USING clause
78e04e52ea 2009-12-08 Code_Defect Fixed Virtual_Machine Assertion failure dropping table with zero length name
abe728bbc3 2009-12-08 Code_Defect Fixed Virtual_Machine Crash committing multi-file transaction including temp file
97214a34d8 2009-12-01 Code_Defect Fixed VFS Use of os2MutexNotheld before their definition
16fbf14cb2 2009-11-23 Code_Defect Fixed Unknown Faulty VDBE code generated for certain third-party virtual tables
564d412f15 2009-11-20 Code_Defect Fixed Unknown OOM on autovacuum of in-memory database causes problems.
6b00e0a34c 2009-11-16 Code_Defect Fixed Code_Generator The great OP_If bug
702bbe755b 2009-11-16 Code_Defect Closed Code_Generator Invalid VDBE program built if ORDER BY used
29ab7be99f 2009-11-16 Code_Defect Fixed Code_Generator Hitting NOT NULL constraint does not roll back statement transaction
d82e3f3721 2009-10-26 Code_Defect Fixed Virtual_Machine VACUUM corrupts database when MAIN and TEMP table names overlap.
3fe897352e 2009-10-24 Code_Defect Fixed Unknown Malformed UTF16 leads to a 2-byte buffer overread
39c85e8a4e 2009-10-21 Code_Defect Fixed VFS FormatMessage incorrectly used (Windows VFS)
b73fb0bd64 2009-10-19 Code_Defect Fixed Unknown Natural self-join defect
f777251dc7 2009-10-16 Code_Defect Fixed B-Tree Assertion fault following ROLLBACK with running queries
5ee23731f1 2009-10-13 Code_Defect Fixed Virtual_Machine assert() failure (or invalid error code) caused by opening statement transaction on read-only database with active read statements
8550ecca70 2009-10-07 Code_Defect Fixed VFS findLockInfo uses memcmp on non-zeroed, = assigned struct
4a03edc4c8 2009-09-24 Code_Defect Fixed Code_Generator Index corruption following aggressive use of ON CONFLICT clause.
e25d9ea771 2009-09-17 Code_Defect Fixed Unknown Cascading delete trigger fails.
a696379c1f 2009-09-15 Code_Defect Fixed Unknown Access violation error trying to insert into triggered view
2ea2425d34 2009-09-03 Code_Defect Fixed Code_Generator Assertion fault: Text encoding mismatch on value comparison
efc02f9779 2009-08-24 Code_Defect Fixed Unknown Trigger creation order affects query correctness
93fb9f89d6 2009-08-19 Code_Defect Fixed Code_Generator Index causes incorrect WHERE clause evaluation
2d401a9428 2009-08-18 Code_Defect Fixed Unknown Segfault on unknown SQL function