]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-04-19  mistachkinWork in progress on making VSIX packages for the Visual...
2015-04-18  drhThe sqlite3_trace() callback does not try to expand...
2015-04-18  drhFix an incorrect assert() statement in the CREATE INDEX...
2015-04-18  danEnsure that if a "ROLLBACK TO" statement is used to...
2015-04-18  drhDisregard leading zeros when converting strings to...
2015-04-18  drhFix an incorrect assert() in the sqlite3_trace() logic.
2015-04-17  danFix a problem affecting some fts3 UPDATE and DELETE...
2015-04-17  drhIn the expression-tree comparison routine, do not compi...
2015-04-17  drhAlways resolve symbols in all ORDER BY clauses of a...
2015-04-17  drhRemove unnecessary parser error count increments. ...
2015-04-17  drhRemove an ALWAYS() that turns out to be false when...
2015-04-17  drhEnsure that semantic SQL errors are always reported...
2015-04-17  drhFix a faulty assert() in sqlite3SelectNew().
2015-04-17  drhAdd the tool/fuzzershell.c utility program.
2015-04-17  drhFix the header comment on the sqldiff utility program...
2015-04-16  drhRestrict the scope of a local-use function in the parser.
2015-04-16  drhUse a heap rather than a bitmap for cell coverage and...
2015-04-16  drhFix a couple of unreachable branches.
2015-04-16  drhFix a boundry-value condition in the phrase poslist...
2015-04-16  drhMake sure all cursors are closed when returning from...
2015-04-16  drhFix the VDBE so that it always uses the original opcode...
2015-04-16  drhFix a faulty assert() in the compound-SELECT code gener...
2015-04-16  drhSilently ignore requests to change the PRAGMA synchrono...
2015-04-16  drhMake sure errors in coding triggers are propagated...
2015-04-16  drhAdd the --backslash option to the command-line shell...
2015-04-16  drhFix a faulty assert() in the compound select code gener...
2015-04-16  drhImprovements to the way VALUES clauses are parsed.
2015-04-16  drhFix the corruptC.test module due to a change in error...
2015-04-16  drhUse a heap instead of a bitmap for cell overlap and... integrity-check-heap
2015-04-16  danFix a problem in test file e_reindex.test.
2015-04-16  danEnsure the sqlite3Select() routine always returns non...
2015-04-16  drhWhen parsing the schema, ignore any SQL that does not...
2015-04-15  drhFix a potential one-byte buffer overread in the command...
2015-04-15  drhPrevent the fetchPayload() routine from reporting a...
2015-04-15  drhEnhance the showdb utility program so that it can read...
2015-04-15  drhAdd the --msvc command-line option to the releasetest...
2015-04-15  danRemove an incorrect assert() statement from sqlite3Fts3...
2015-04-15  drhRemove a branch that became unreachable due to one...
2015-04-15  danFix a problem causing an assert() to fail if a snippet...
2015-04-15  drhFix the error message generator for illegal token error...
2015-04-15  drhRemove an incorrect ALWAYS() from the automatic index...
2015-04-15  drhRemove an incorrect ALWAYS() from the table_info pragma.
2015-04-15  drhChange the multiSelectOrderBy() routine to return non...
2015-04-15  drhFix a faulty assert() statement in the name resolver...
2015-04-15  drhCorrectly handle COLLATE operators applied to COLLATE...
2015-04-15  drhFix a faulty assert() in the sqlite3StrAccumAppend...
2015-04-15  drhCorrectly deal with an unknown collating sequence on...
2015-04-15  drhWhen adding the implied "LIMIT 1" to the end of a scala...
2015-04-15  drhWhen doing the (dubious) conversion of double-quoted...
2015-04-15  drhAdd a test case for what was formerly thought to be...
2015-04-15  drhAn oversize hex literal can cause a parsing error while...
2015-04-14  drhAdd the --summary option to the sqldiff command-line...
2015-04-14  drhUpdate API documentation to identify many functions...
2015-04-13  drhAdd #ifdef magic for HAVE_GETHOSTUUID so that the build...
2015-04-13  drhOn a DETACH statement, keep all schemas intact except...
2015-04-13  drhOmit the "pc" or "program counter" variable from the...
2015-04-13  drhRemove the out2-prerelease VDBE opcode property and...
2015-04-13  danAdd a comment to wal.c to explain why a race condition...
2015-04-13  drhRemove a faulty assert() from the btree balancing logic.
2015-04-13  danTest that if the definition of a collation sequence...
2015-04-13  drhRemove an unreachable branch from the VACUUM logic.
2015-04-13  drhRemove an unreachable branch from the vdbeSorterCompare...
2015-04-12  drhUpdate the version number to 3.8.10 because of the...
2015-04-12  drhFix a problem with a stale Select.pWith pointer when...
2015-04-12  drhAvoid problems when a query has a GROUP BY and an ORDER...
2015-04-11  danOptimizations for VACUUM, CREATE INDEX and some cases...
2015-04-11  danFix a problem with sorting large amounts of partially...
2015-04-11  danMerge latest trunk changes with this branch.
2015-04-11  drhAdd the --changeset option to the sqldiff utility progr...
2015-04-11  drhThe --changeset option now appears to be working. sqldiff-changeset
2015-04-11  drhFirst complete attempt to generate a working changeset...
2015-04-11  danUpdate tests in whereD.test to account for the change...
2015-04-11  danDo not assume an index contains unique entries unless...
2015-04-11  drhDetect and report oversized records constructed from...
2015-04-10  mistachkinMinor build enhancements for MSVC.
2015-04-10  drhWork toward adding the --changeset option to the sqldif...
2015-04-10  danIn sqlite3_declare_vtab(), avoid accessing the database...
2015-04-10  drhFix foreign key CASCADE for cases where the parent...
2015-04-10  danUpdate this branch with latest trunk changes.
2015-04-10  danDo not allow virtual table constructors to be called...
2015-04-09  drhFix incorrect column names in UPDATE statements generat...
2015-04-09  drhAdd the --primarykey option to the sqldiff tool, which...
2015-04-09  drhRemove two pointless assert() statements. This should...
2015-04-09  drhFix comment typos in the sqldiff.c utility program.
2015-04-09  drhAdd the "sqldiff" utility program.
2015-04-09  drhRemove a variable initializion to silence a harmless...
2015-04-08  drhVersion 3.8.9 version-3.8.9
2015-04-07  drhAvoid signed integer overflow when converting oversized...
2015-04-07  danAnother change to avoid a problem caused by integer...
2015-04-07  drhFurther changes to guard against integer overflow in...
2015-04-07  drhGuard against excessive width and precision in floating...
2015-04-06  danFix a problem with fts3 prefix terms within phrase...
2015-04-06  danFix a problem with fts3 prefix terms within phrase... fts3-prefix-query-fix
2015-04-04  danFix a problem with resolving ORDER BY clauses that...
2015-04-04  danFix a problem with resolving ORDER BY clauses that... compound-order-by-fix
2015-04-04  mistachkinEnhance the 'releasetest.tcl' tool to support MSVC.
2015-04-03  drhDisable the SQLITE_FCNTL_WAL_BLOCK feature for now...
2015-04-03  drhAdd source code to the "showlocks" utility program...
2015-04-02  mistachkinFix build with OSTRACE enabled on Windows when building...
2015-04-02  danDisable e_walauto.test on OpenBSD, as it requires a...
next