- 9336a52 Prototype for an sqlite3_db_log() interface. by drh ยท 11 years ago sqlite3_db_log
- 0ba5108 Improved filtering of input for fuzzershell for modes other than generic. by drh ยท 11 years ago
- 3fb2cc1 Change the printf, strftime, and glob modes of fuzzershell so that they by drh ยท 11 years ago
- 318d38c When compiling for UAP, link against the new minimal MSVC runtime. by mistachkin ยท 11 years ago
- 1cb50c8 Alternative fix for the double-initialization of type and collating sequence by drh ยท 11 years ago
- dfb5e1c Make sure the datatype and collating sequence of transients tables are by drh ยท 11 years ago
- 4640835 Ensure that tables names are dequoted exactly once by the trigger logic. by dan ยท 11 years ago
- be360e1 Fix a memory leak in the SELECT code generator tracing logic (code that is by drh ยท 11 years ago
- 4b79bde Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns. by dan ยท 11 years ago
- 7c052da Change an assert() in the aggregate query code generator into a testcase(). by drh ยท 11 years ago
- 3c9a073 Fix an fts4 problem to do with the handling of phrases that contain zero tokens. by dan ยท 11 years ago
- b6b676e Fix some identifier name de-quoting issues in the foreign key and trigger logic. by drh ยท 11 years ago
- 60f4e09 Test case for the previous check-in. by drh ยท 11 years ago
- 0f517ea Make sure the whereSplit() routine in the query planner is not confused by drh ยท 11 years ago
- 76f6a13 Enable compilation and VSIX package creation with the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
- 9985dab Add the --mode option to fuzzershell. by drh ยท 11 years ago
- 4a74d07 Many new configuration options for fuzzershell. by drh ยท 11 years ago
- 4eed053 Fix a memory leak caused by duplicate entries in the sqlite_stat1 table. by dan ยท 11 years ago
- cef2584 Fix an obscure memory leak in sqlite3Stat4ProbeFree() by drh ยท 11 years ago
- f34e9aa Enhance fuzzershell to support multiple blocks of SQL, each run in its own by drh ยท 11 years ago
- b496a8f Add an ALWAYS() around a new branch that was made unreachable by an even by drh ยท 11 years ago
- 19b887e Fix another harmless compiler warning. by mistachkin ยท 11 years ago
- 0311b62 Merge updates from trunk. by mistachkin ยท 11 years ago
- f659cf4 Modify the 'mkvsix' tool itself to support the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
- 542a176 Fix an off-by-one assert() in the virtual table argument tokenizer. by drh ยท 11 years ago
- 992590b Fix a broken assert() and comparison for INSERT INTO ... SELECT when the by drh ยท 11 years ago
- 7520996 Silently ignore parser stack overflow when parsing a malformed schema in by drh ยท 11 years ago
- 5f1d2fa Fix another assert() that is not true if the database schema is corrupt. by drh ยท 11 years ago
- 8e18922 Fix harmless compiler warnings seen with MSVC 2015. by mistachkin ยท 11 years ago
- 33c59ec Fix a faulty assert in the schema parsing logic. by drh ยท 11 years ago
- 1c89a77 Document the NMAKE_ARGS environment variable as well. by mistachkin ยท 11 years ago
- d0c7305 Fix a potential NULL pointer deference on a corrupt database schema. by drh ยท 11 years ago
- 88eb7fa Improve documentation and comments in the MSVC batch build tool. by mistachkin ยท 11 years ago
- a21f78b Bring comments on the INSERT code generator up-to-date. Fix the INSERT code by drh ยท 11 years ago
- 6bbe3df Work in progress on making VSIX packages for the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
- 816070c The sqlite3_trace() callback does not try to expand parameters in statements by drh ยท 11 years ago
- 7088d50 Fix an incorrect assert() statement in the CREATE INDEX code generator. by drh ยท 11 years ago
- ea8562e Ensure that if a "ROLLBACK TO" statement is used to rollback (but not close) theoutermost transaction, the xRollbackTo() method of any virtual tables involved in the transaction is invoked. by dan ยท 11 years ago
- 935f2e7 Disregard leading zeros when converting strings to 32-bit integers. by drh ยท 11 years ago
- c982844 Fix an incorrect assert() in the sqlite3_trace() logic. by drh ยท 11 years ago
- 1586699 Fix a problem affecting some fts3 UPDATE and DELETE statements on order=DESC tables. by dan ยท 11 years ago
- 7693c42 In the expression-tree comparison routine, do not compiler Expr.iColumn by drh ยท 11 years ago
- 7b4da15 Always resolve symbols in all ORDER BY clauses of a compound-SELECT, even by drh ยท 11 years ago
- 97ab32b Remove unnecessary parser error count increments. Let the sqlite3ErrorMsg() by drh ยท 11 years ago
- c50c8f4 Remove an ALWAYS() that turns out to be false when there is a semantic by drh ยท 11 years ago
- d99d283 Ensure that semantic SQL errors are always reported back up to the syntax by drh ยท 11 years ago
- b8289a8 Fix a faulty assert() in sqlite3SelectNew(). by drh ยท 11 years ago
- 268e72f Add the tool/fuzzershell.c utility program. by drh ยท 11 years ago
- 50be9c4 Fix the header comment on the sqldiff utility program. No code changes. by drh ยท 11 years ago
- e318a7f Restrict the scope of a local-use function in the parser. by drh ยท 11 years ago
- a33b683 Use a heap rather than a bitmap for cell coverage and overlap testing on by drh ยท 11 years ago
- f3151f0 Fix a couple of unreachable branches. by drh ยท 11 years ago
- a4bb776 Fix a boundry-value condition in the phrase poslist extractor of FTS3/4. by drh ยท 11 years ago
- ab4e7f3 Make sure all cursors are closed when returning from a VDBE subprogram that by drh ยท 11 years ago
- 6dc4148 Fix the VDBE so that it always uses the original opcode for profiling and by drh ยท 11 years ago
- a276e3f Fix a faulty assert() in the compound-SELECT code generator. by drh ยท 11 years ago
- 59ac655 Silently ignore requests to change the PRAGMA synchronous setting to an by drh ยท 11 years ago
- e06874e Make sure errors in coding triggers are propagated back up to the parser. by drh ยท 11 years ago
- 9569f60 Add the --backslash option to the command-line shell for testing purposes. by drh ยท 11 years ago
- 6736618 Fix a faulty assert() in the compound select code generator. by drh ยท 11 years ago
- 772460f Improvements to the way VALUES clauses are parsed. by drh ยท 11 years ago
- b073771 Fix the corruptC.test module due to a change in error message text. by drh ยท 11 years ago
- 67731a9 Use a heap instead of a bitmap for cell overlap and coverage testing of by drh ยท 11 years ago integrity-check-heap
- 0d2e2f2 Fix a problem in test file e_reindex.test. by dan ยท 11 years ago
- 5b1c07e Ensure the sqlite3Select() routine always returns non-zero if an error has occurred. by dan ยท 11 years ago
- 22ecef5 When parsing the schema, ignore any SQL that does not begin with "CREATE". by drh ยท 11 years ago
- 4b60803 Fix a potential one-byte buffer overread in the command-line shell. by drh ยท 11 years ago
- f3392e3 Prevent the fetchPayload() routine from reporting a cell size that extends by drh ยท 11 years ago
- 748c735 Enhance the showdb utility program so that it can read the last partial page by drh ยท 11 years ago
- a9de561 Add the --msvc command-line option to the releasetest.tcl script. This is by drh ยท 11 years ago
- 0d01ec8 Remove an incorrect assert() statement from sqlite3Fts3Dequote(). by dan ยท 11 years ago
- 0be0cf6 Remove a branch that became unreachable due to one of the earlier check-ins by drh ยท 11 years ago
- 2deb12b Fix a problem causing an assert() to fail if a snippet containing 0 tokens was requested from fts3. by dan ยท 11 years ago
- 347bdc3 Fix the error message generator for illegal token errors so that it does not by drh ยท 11 years ago
- 2903183 Remove an incorrect ALWAYS() from the automatic index generator. by drh ยท 11 years ago
- 1b67896 Remove an incorrect ALWAYS() from the table_info pragma. by drh ยท 11 years ago
- 3dc4cc6 Change the multiSelectOrderBy() routine to return non-zero if there has by drh ยท 11 years ago
- a43f02e Fix a faulty assert() statement in the name resolver associated with the by drh ยท 11 years ago
- 6456b77 Correctly handle COLLATE operators applied to COLLATE operators in an by drh ยท 11 years ago
- 3457338 Fix a faulty assert() in the sqlite3StrAccumAppend() routine. by drh ยท 11 years ago
- 65df68e Correctly deal with an unknown collating sequence on an indexed DISTINCT query. by drh ยท 11 years ago
- 1978d17 When adding the implied "LIMIT 1" to the end of a scalar subquery, make sure by drh ยท 11 years ago
- 0ec68f8 When doing the (dubious) conversion of double-quoted identifier into string by drh ยท 11 years ago
- 311efc7 Add a test case for what was formerly thought to be an unreachable condition: by drh ยท 11 years ago
- 126a6e2 An oversize hex literal can cause a parsing error while generating code for by drh ยท 11 years ago
- 8a1cd76 Add the --summary option to the sqldiff command-line tool. by drh ยท 11 years ago
- d9a0a9a Update API documentation to identify many functions as methods on objects. by drh ยท 11 years ago
- 6bca651 Add #ifdef magic for HAVE_GETHOSTUUID so that the build will hopefully now by drh ยท 11 years ago
- 2647dfa On a DETACH statement, keep all schemas intact except fo the one that is by drh ยท 11 years ago
- f56fa46 Omit the "pc" or "program counter" variable from the VDBE loop for 0.6% by drh ยท 11 years ago
- 27a348c Remove the out2-prerelease VDBE opcode property and its associated code, by drh ยท 11 years ago
- 1fe0af2 Add a comment to wal.c to explain why a race condition is safe. by dan ยท 11 years ago
- c01501a Remove a faulty assert() from the btree balancing logic. by drh ยท 11 years ago
- 481ecd9 Test that if the definition of a collation sequence is changed and VACUUM run, the new database contains records sorted in the (new) correct order. by dan ยท 11 years ago
- ab06b0e Remove an unreachable branch from the VACUUM logic. by drh ยท 11 years ago
- 4a614e9 Remove an unreachable branch from the vdbeSorterCompareInt() routine. by drh ยท 11 years ago
- 9dc225e Update the version number to 3.8.10 because of the new sort optimizations from check-in [79326d6eec]. by drh ยท 11 years ago
- f932f71 Fix a problem with a stale Select.pWith pointer when a CTE is used together by drh ยท 11 years ago
- 11b0481 Avoid problems when a query has a GROUP BY and an ORDER BY but no FROM clause. by drh ยท 11 years ago
- ead4381 Optimizations for VACUUM, CREATE INDEX and some cases of ORDER BY. by dan ยท 11 years ago