]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-04-28  drhAdd code to the shell to optionally initialize the... stat-vtab-in-shell
2015-04-28  drhFix comment typos. No code changes.
2015-04-28  drhAdd a TCL script that can be run to generate the fuzzda...
2015-04-27  danAdd fault-injection tests for the code in test_stat.c.
2015-04-27  drhUpdate the fuzzer test data after having run it through...
2015-04-25  drhFix compiler warnings in sqldiff.
2015-04-25  drhUpdate the AFL fuzzer data with newly discovered paths.
2015-04-25  drhFuzzershell: change the error summary output to work...
2015-04-25  drhAdd the fuzzoomtest target to the makefiles. Invoke...
2015-04-25  danFix an obscure memory leak that could follow an OOM...
2015-04-25  drhIn fuzzershell: (1) comment fixes. (2) Set and clear...
2015-04-25  drhIn the fuzzershell, always invoke the trace and log...
2015-04-25  drhDo not send the extra ";" and "\000" tokens to the...
2015-04-25  drhAdd fflush() calls to fuzzershell to keep stderr and...
2015-04-24  drhAdd the --oom option to fuzzershell.
2015-04-24  drhFix fuzzershell so that it works with SQLITE_OMIT_TRACE.
2015-04-24  drhAdd the --with-tcl=DIR option to the test/releasetest...
2015-04-24  drhRun fuzzershell as part of the valgrindtest makefile...
2015-04-24  drhAdd the fuzztest target to the MSVC makefile.
2015-04-24  drhAdd AFL-generated test cases in the test/fuzzdata1...
2015-04-24  drhAdd the --unique-cases option to fuzzershell.
2015-04-24  drhFuzzershell enhancements: (1) Add the --verbose and...
2015-04-23  drhFix a faulty assert() in the "AS" alias resolution...
2015-04-23  drhImprovement to "ID" formatting on the ".selecttrace...
2015-04-23  danFix a problem causing the fts3 integrity-check to fail...
2015-04-22  drhImproved filtering of input for fuzzershell for modes...
2015-04-22  drhChange the printf, strftime, and glob modes of fuzzersh...
2015-04-22  mistachkinWhen compiling for UAP, link against the new minimal...
2015-04-21  drhAlternative fix for the double-initialization of type...
2015-04-21  drhMake sure the datatype and collating sequence of transi...
2015-04-21  danEnsure that tables names are dequoted exactly once...
2015-04-21  drhFix a memory leak in the SELECT code generator tracing...
2015-04-21  danFix an obscure problem with "INSERT INTO tbl(cols)...
2015-04-21  drhChange an assert() in the aggregate query code generato...
2015-04-21  danFix an fts4 problem to do with the handling of phrases...
2015-04-21  drhFix some identifier name de-quoting issues in the forei...
2015-04-21  drhTest case for the previous check-in.
2015-04-21  drhMake sure the whereSplit() routine in the query planner...
2015-04-21  mistachkinEnable compilation and VSIX package creation with the...
2015-04-20  drhAdd the --mode option to fuzzershell.
2015-04-20  drhMany new configuration options for fuzzershell.
2015-04-20  danFix a memory leak caused by duplicate entries in the...
2015-04-20  drhFix an obscure memory leak in sqlite3Stat4ProbeFree()
2015-04-20  drhEnhance fuzzershell to support multiple blocks of SQL...
2015-04-20  drhAdd an ALWAYS() around a new branch that was made unrea...
2015-04-19  mistachkinFix another harmless compiler warning.
2015-04-19  mistachkinMerge updates from trunk.
2015-04-19  mistachkinModify the 'mkvsix' tool itself to support the Visual...
2015-04-19  drhFix an off-by-one assert() in the virtual table argumen...
2015-04-19  drhFix a broken assert() and comparison for INSERT INTO...
2015-04-19  drhSilently ignore parser stack overflow when parsing...
2015-04-19  drhFix another assert() that is not true if the database...
2015-04-19  mistachkinFix harmless compiler warnings seen with MSVC 2015.
2015-04-19  drhFix a faulty assert in the schema parsing logic.
2015-04-19  mistachkinDocument the NMAKE_ARGS environment variable as well.
2015-04-19  drhFix a potential NULL pointer deference on a corrupt...
2015-04-19  mistachkinImprove documentation and comments in the MSVC batch...
2015-04-19  drhBring comments on the INSERT code generator up-to-date...
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.
next