- af124fa Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago sqlite3ext-fix
- f30d345 Fix the ".check" command of the command-line shell to return 1 (error) by drh ยท 8 years ago
- 989d727 Improved comments, including a typo fix, on the whereLoopCheaperProperSubset() by drh ยท 8 years ago
- 47b1d68 In the query planner, do not consider index X to be a proper subset of by drh ยท 8 years ago
- 835cd43 Updates to the Makefiles for MSVC. by mistachkin ยท 8 years ago
- 96a206f Improved ability to generate stand-alone program using TCL and SQLite by by drh ยท 8 years ago
- 903b230 Add the tcl/mkccode.tcl script used to construct a single C-language source by drh ยท 8 years ago
- f291dff Move a bunch of unrelated test code out of tclsqlite.c and into by drh ยท 8 years ago
- 8544d43 The db_use_legacy_prepare command no longer exists. Use the undocumented by drh ยท 8 years ago tclsqlite-cleanup
- 1df6470 When compiling with SQLITE_TEST, extra options are available on the by drh ยท 8 years ago
- c318f73 Move some test logic out of tclsqlite.c and into auxiliary test_*.c files. by drh ยท 8 years ago
- 88dd668 Add the sqlite_dbpage virtual table (enabled using SQLITE_ENABLE_DBPAGE_VTAB). by drh ยท 8 years ago
- 277ee81 Create the new ext/repair folder and move checkfreelist.c there. Remove by drh ยท 8 years ago
- aa62d2e The src/shell.c file is now generated from src/shell.c.in, so remove shell.c by drh ยท 8 years ago
- ddba6c3 Merge fixes from the 3.21 branch. by drh ยท 8 years ago
- 122ab8f Fix a potential crash that may follow an OOM or other system error in the shell tool. by dan ยท 8 years ago
- e1b972b Update some test cases to work with SQLITE_OMIT_VIRTUALTABLE and by dan ยท 8 years ago
- 4c6cddc Make sure the tableColumnList() routine of the command-line shell does not by drh ยท 8 years ago
- f02f8a7 Merge fixes from the 3.21 branch. by drh ยท 8 years ago
- 8a18100 Fix a typo in a numeric constant in an assert() - a bug that has been present by drh ยท 8 years ago
- 3c48e65 Add test file mmapwarm.test. With tests for the sqlite3_mmap_warm() extension. by dan ยท 8 years ago
- f294ce6 Add the checkfreelist extension to the command-line shell. by drh ยท 8 years ago
- 7d157f9 Check that the leaf count on each freelist trunk page is in range as part of by dan ยท 8 years ago
- 36187fe Add new extension "checkfreelist", which uses sqlite_dbpage to check that by dan ยท 8 years ago
- 512e6c3 Convert the implementation of the ".dbstat" dot-command of the command-line by drh ยท 8 years ago
- 690e885 Make JSON1 defines consistent in the makefiles for MSVC. by mistachkin ยท 8 years ago
- 9b40ab4 Enable JSON by default in the Windows command-line shell sqlite3.exe. by drh ยท 8 years ago
- ca5cf12 Enable sqlite_dbpage and dbstat virtual tables in the shell, by default. by drh ยท 8 years ago
- 34d0b1a Get writes working on the sqlite_dbpage virtual table. Add a few test cases. by drh ยท 8 years ago
- a43c8c8 Initial implementation of the "sqlite_dbpage" virtual table. Currently by drh ยท 8 years ago
- ff0a67a In the speed-check.sh test script, allow an additional test-name argument by drh ยท 8 years ago
- 679afb4 Create a branch for the 3.21.0 release. Development continues on trunk. by drh ยท 8 years ago
- a2c41c2 DROP TABLE now works for WITHOUT ROWID tables and the SQLITE_OMIT_AUTOVACUUM by drh ยท 8 years ago
- 94ea27f Fix harmless compiler warnings in FTS5 seen with MSVC. by mistachkin ยท 8 years ago
- cc24f81 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 8 years ago
- 4537f77 Revise variable declaration moved in the previous check-in so sqlite3VdbeReset() is consistent with sqlite3VdbeRewind(). by mistachkin ยท 8 years ago
- b60424e Fix C99-style variable declaration issue seen with older versions of MSVC. by mistachkin ยท 8 years ago
- a0ac086 Add tests for the example fts3 "rank" function that appears in the by dan ยท 8 years ago
- 2ed5737 Fix compiler warnings that come up with SQLITE_OMIT_WAL. by drh ยท 8 years ago
- 5f54e2b Fix a problem building with SQLITE_OMIT_WAL defined. by dan ยท 8 years ago
- c3cbd67 Fix the command-line shell so that the ".schema --indent" command does a better by drh ยท 8 years ago
- 5aa1e7c Disable the delta checksum verification in RBU by default. Reenable it using by drh ยท 8 years ago
- c6aa381 Updates to requirements marks. by drh ยท 8 years ago
- 7b7c956 Update the speedtest1 program so that it prints the output of "PRAGMA by dan ยท 8 years ago
- 3dfbe9b Fix typos in session extension header comments. No changes to code. by mistachkin ยท 8 years ago
- f3b2c7a New test cases for ticket [b899b6042f97f5] derived from a bug report on by drh ยท 8 years ago
- 4c16760 Amend recent changes to busy.test to avoid failing with SQLITE_ENABLE_STAT4 by dan ยท 8 years ago
- 7c58fea Turn restriction 20 on the query flattener into an assert since the situation by drh ยท 8 years ago
- 61b513e Add tests to verify that the busy-handler is invoked correctly when processing "PRAGMA optimize" and ANALYZE commands. by dan ยท 8 years ago
- cdb2f60 Remove a redundant restriction from the query flattener. by drh ยท 8 years ago
- e76acc6 Fix a minor typo in the query flattener header comment. No code changes. by drh ยท 8 years ago
- 0c4db03 Simplify the computation of types on columns of a view. by drh ยท 8 years ago
- 997a4de Do not enable SELECT tracing with -DSQLITE_DEBUG. Require the by drh ยท 8 years ago
- 8906a4b Add some OK_IF_ALWAYS_TRUE() marks on optimization branches in select.c. by drh ยท 8 years ago
- ce2c482 Remove an unused variable from sqlite3Insert() and fix harmless by drh ยท 8 years ago
- a78d757 Fix the sqlite3_column_decltype() interface to return the correct datatype by drh ยท 8 years ago
- e246339 The simplification to sqlite3SelectExpand() in last night's by drh ยท 8 years ago
- cafc2f7 Do not compute column and row size estimates for the transient Table objects by drh ยท 8 years ago
- 878fcf9 Mark a single branch within sqlite3SelectExpand() as an optimization. by drh ยท 8 years ago
- b7651e6 Simplification to sqlite3SelectPrep() for improved testability. by drh ยท 8 years ago
- 2f65b2f Add the OK_IF_ALWAYS_TRUE() and OK_IF_ALWAYS_FALSE() macros for marking by drh ยท 8 years ago
- 3ee1416 Avoid using lookaside memory for persistent virtual table structures. by drh ยท 8 years ago
- 3fc5394 The query planner now always prefers to implement a FROM-clause subquery using by drh ยท 8 years ago
- de6422a Improvements to a comment in lempar.c. No code changes. by drh ยท 8 years ago
- 67cc51a More details in the header comment of pushDownWhereTerms(). No changes to code. by drh ยท 8 years ago prefer-coroutine-sort-subquery
- 24ae373 Make sure the SQLITE_Stat34 optimization switch is always 0x800, a value by drh ยท 8 years ago
- 508e2d0 Fix unreachable conditionals and revise a testcase that was made obsolete by by drh ยท 8 years ago
- 25c221e Always render a subquery that is not part of a join as a co-routine. by drh ยท 8 years ago
- fd06385 Merge the query flattener comment improvements from trunk. by drh ยท 8 years ago
- d981e82 Clean up the comments on the query flattener to more clearly and accurately by drh ยท 8 years ago
- 129c398 Merge changes from trunk. by drh ยท 8 years ago
- 824d21a Make sure the 6th parameter to the authorizer callback for view subqueries by drh ยท 8 years ago
- 2376829 Better names for subqueries in EXPLAIN comments. by drh ยท 8 years ago
- 648fe49 Do not flatten subqueries that contain an ORDER BY or GROUP BY clause and by drh ยท 8 years ago
- 2e9d706 Remove the (undocumented) query-planner control that prevents by drh ยท 8 years ago
- 3d240d2 Fix over-length source code lines in select.c. No logic changes. by drh ยท 8 years ago
- 4e6cec1 Fix an issue introduced by check-in [4cd2a9672c59] (2017-03-03) that could by drh ยท 8 years ago
- 70efa84 Add new routines to simplify dealing with collating sequences in expressions: by drh ยท 8 years ago
- db8e68b Indexes on expressions with a COLLATE clause are able to satisfy an ORDER BY by drh ยท 8 years ago
- 488e619 In two places, change the magic number -1 to its proper symbol XN_ROWID. by drh ยท 8 years ago
- 9325c87 Disable tests for the LIKE optimization when ICU is enabled, since the by drh ยท 8 years ago
- b92d585 Add an extra snapshot related test case. by dan ยท 8 years ago
- 3314062 Use the updated Win32 VFS semantics for winOpen from check-in [5d03c738e9] for WinRT, et al, as well. by mistachkin ยท 8 years ago
- 24ddadf Partial backout of check-in [e0af9a904076]. It turns out we do need some by drh ยท 8 years ago
- 0b11bcb Update the configure script so that it looks for tclsh8.7 ahead of tclsh8.6. by drh ยท 8 years ago
- 0e97e9a In the Windows VFS, when trying to open a database file read/write, if it by drh ยท 8 years ago
- b40d9ee In the Windows VFS, do not emit an SQLITE_CANTOPEN error log message when by drh ยท 8 years ago
- 8dfde89 Fix harmless UB in the ICU extension. by drh ยท 8 years ago
- 9616805 Fix a potential use of an uninitialized pointer in RTree following an OOM error. by drh ยท 8 years ago
- 19be1b6 Fix a bug in tool/mksourceid.c: by drh ยท 8 years ago
- c07df4c Revert one performance improvement changes from check-in [3b3e32d4cd07] as by drh ยท 8 years ago
- b5c1063 Fix the rendering of the P4_INTARRAY argument to the OP_IntegrityCk opcode by drh ยท 8 years ago
- 762dffa Size and performance optimization on sqlite3VdbeMemGrow(). by drh ยท 8 years ago
- 63d1632 The BLOB returned by sqlite3VdbeMemFromBtree() does not need to be by drh ยท 8 years ago
- 97397a7 Small size and performance optimization in the bytecode engine. by drh ยท 8 years ago
- 84d4f1a Improved resolution of large integer values in "CAST(x AS NUMERIC)". by drh ยท 8 years ago
- 9a243e6 Updates to the "lemon.html" document received from Andy Goth. by drh ยท 8 years ago
- cf51255 Add the sqlite3_mmap_warm() function as an extension in the ext/misc/mmapwarm.c source file. by drh ยท 8 years ago
- 262d551 Fix a typo in the MSVC makefile. by drh ยท 8 years ago mmap-warm
- 460f1fa Add extension "mmapwarm.c". Provides function sqlite3_mmap_warm(), used to by dan ยท 8 years ago