- b45c503 Version 3.8.0.1 by drh ยท 12 years ago version-3.8.0.1
- 2becf42 Update sqlite3.pc.in to use @PACKAGE_VERSION@ instead of @RELEASE@. by drh ยท 12 years ago
- dfcd76b Increase the version number to 3.8.0.1. by drh ยท 12 years ago
- 8768568 Fix an off-by-one error that causes a quoted empty string at the end of by drh ยท 12 years ago
- 2e2102a In the query optimizer, when converting BETWEEN and LIKE/GLOB expressions by drh ยท 12 years ago
- ae00c5a Cherrypick of [c1152bdcbb] and fix for [9f2eb3abac]: by drh ยท 12 years ago
- f680608 Version 3.8.0 by drh ยท 12 years ago version-3.8.0
- feb56e0 Adjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and SQLITE_OMIT_PAGER_PRAGMAS by drh ยท 12 years ago
- 1efd81f Fix a requirements comment in a test case. No changes to the testcase by drh ยท 12 years ago
- 7dd8d0a Modify script mkautoconfamal.sh to use the download.html naming convention for the tar.gz it creates. by dan ยท 12 years ago
- cc04afd Defer the creation of automatic indices until the index is actually used. by drh ยท 12 years ago
- b00fc3b Simplify the btreeGetPage() routine so that it uses a single flag parameter by drh ยท 12 years ago
- 9d1ab07 Minor performance tweaks to the pager. by drh ยท 12 years ago
- cf5ff12 Refactor the sqlite3_randomness() implementation for improved performance. by drh ยท 12 years ago
- b49bc86 Simplification to the StrAccum object and the sqlite3StrAccumAppend() by drh ยท 12 years ago
- c63e880 Minor fixes for test cases. No code changes. by dan ยท 12 years ago
- 47b2995 Fix typo in test. by mistachkin ยท 12 years ago
- e7ecdfa Update sqlite3MemCompare() to try common cases first, for a modest speed by drh ยท 12 years ago
- 016f781 If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg. by dan ยท 12 years ago
- 13c77bf Performance enhancement in btreeParseCellPtr(). by drh ยท 12 years ago
- 2505a5f Fix an FTS4 problem introduced by [361084e1eb]. by dan ยท 12 years ago
- 36e7830 Candidate fix for [d666d600a6]. by dan ยท 12 years ago
- 22c745a Fix a minor problem in progress.test. No code changes. by dan ยท 12 years ago
- c3c16cb Fix a couple of test scripts to work with DEFAULT_AUTOVACUUM and OMIT_VIRTUALTABLE. by dan ยท 12 years ago
- e934e63 Fix an invalid assert() in where.c. Also a crash that can occur in the EXPLAIN QUERY PLAN code under obscure circumstances. by dan ยท 12 years ago
- d0aa2f3 Ignore IS NOT NULL and NOT NULL constraints on NOT NULL columns. by drh ยท 12 years ago
- 4044906 Test script changes to support testing sqlite3_interrupt(). by dan ยท 12 years ago
- 9b47ee3 Performance optimizations in the VDBE and especially to the OP_Next and by drh ยท 12 years ago
- f66f26a Performance improvement in sqlite3BtreeNext() and sqlite3BtreePrevious() by drh ยท 12 years ago
- 2c18788 Initialize a variable in fts3_write.c on the grounds that the argument required to show that it does not require initialization with is complicated. Add an assert() to where.c to silence a clang scan-build warning. by dan ยท 12 years ago
- e704713 Fix test script pragma2.test so that it works with ENABLE_MEMORY_MANAGEMENT. by dan ยท 12 years ago
- 2907030 Add some extra assert() statements to silence a few clang warnings. by dan ยท 12 years ago
- 4ccc419 Remove unused variables from the command-line shell sources. by drh ยท 12 years ago
- 9e48788 Fix a potential reference off the end of an array in the query planner. by drh ยท 12 years ago
- 77dfd5b Fixes for harmless compiler warnings. by drh ยท 12 years ago
- 45e3215 Add the cache_spill pragma. Change the fullfsync and checkpoint_fullfsync by drh ยท 12 years ago
- d3605a4 The fullfsync, checkpoint_fullfsync, and cache_spill pragmas apply to all by drh ยท 12 years ago cache_spill
- d4b5c60 Test cases for the cache_spill pragma. by drh ยท 12 years ago
- 40c3941 Add the cache_spill pragma. by drh ยท 12 years ago
- 0af16ab Make sure that GROUP BY terms select input column names in preference to by drh ยท 12 years ago
- e35463b Bare identifiers in ORDER BY clauses bind more tightly to output column name, by drh ยท 12 years ago
- fc7df53 Make it easy to attach a debugger the test fixture process prior to any tests being run. by mistachkin ยท 12 years ago
- 26080d9 Clarification and typo fixes in comments related to name resolution. by drh ยท 12 years ago
- 1f28e07 Make it easy to attach a debugger the test fixture process prior to any tests being run. by mistachkin ยท 12 years ago dbgTestFixture
- 3dfaf67 Fix a few more minor comment typos. No changes to code. by mistachkin ยท 12 years ago
- 037933b Fix an outdated comment and a comment typo. No changes to code. by mistachkin ยท 12 years ago
- ab80be9 If the SQLITE_EXTRA_INIT function is defined, make sure it is called only by drh ยท 12 years ago
- 869c040 If the SQLITE_ALLOW_URI_AUTHORITY compile-time option is set, then allow by drh ยท 12 years ago
- 3b449ee Add a guard #ifndef to test_intarray.h to prevent harm if it is #included by drh ยท 12 years ago
- 4a6fc35 Fix typos and add clarification to comments in where.c. No code changes. by drh ยท 12 years ago
- 9fe809c Fix a test case related to partial indices so that it works even if by drh ยท 12 years ago
- d3f4964 Adjust #ifdefs in test_autoext.c so that it compiles with by drh ยท 12 years ago
- d9b8c0d Update the configure script to use the latest version number (3.8.0). by drh ยท 12 years ago
- 812ea83 Add a testcase() macro to verify OOM coverage. by drh ยท 12 years ago
- 3535ec3 Remove unreachable branches in expr.c, replacing them with assert() and by drh ยท 12 years ago
- 2d46311 For the ".import" command of the command-line shell, start a transaction by drh ยท 12 years ago
- 9f099fd Clean up the input reader in the command-line shell for improved legibility by drh ยท 12 years ago
- 8c8a8c4 More than double the speed of the resolveP2Values() routine in vdbeaux.c by by drh ยท 12 years ago
- d58d327 Performance optimization: Avoid calling convertCompoundSelecctToSubquery() by drh ยท 12 years ago
- f3d2aae For the vtshim module, always zero out the xChildDestroy function pointer after calling it. by mistachkin ยท 12 years ago
- 323df79 Factor all KeyInfo object allocations into a single function: by drh ยท 12 years ago
- af5b2af Improve performance of sqlite3VdbeRecordCompare() by using an approximation by drh ยท 12 years ago
- 407ceeb Add a missing '#include "tcl.h"' to test_rtree.c. by drh ยท 12 years ago
- 3975974 Updates to requirements marks. No code changes. by drh ยท 12 years ago
- e0c7efd Add NEVER() and ALWAYS() macros on some unreachable yet prudent branches. by drh ยท 12 years ago
- b47e07f Add support for partial indices. by drh ยท 12 years ago
- 1e7d43c Silently ignore database name qualifiers in CHECK constraints and in by drh ยท 12 years ago partial-indices
- 0b22101 Fix typos in documentation for SQLITE_DBSTATUS_DEFERRED_FKS . by drh ยท 12 years ago
- 989b116 Fix the CREATE INDEX statement so that trying to create a TEMP index on by drh ยท 12 years ago
- af43006 Fix an incorrect expected result in a test case in corruptG.test. by drh ยท 12 years ago
- f5601ca Fix a potential buffer overread in sqlite3VdbeRecordCompare() when a by drh ยท 12 years ago
- df003d6 Make sure signed integer overflow does not cause a segfault while attempting by drh ยท 12 years ago
- 2acbc0d Add test case for the problem fixed by [127a5b776d]. by dan ยท 12 years ago
- 8284633 An improved method for avoiding the use of the STAT3 samples to compute by drh ยท 12 years ago
- 788482c Avoid using left-most column STAT3 samples if the left-most column has an by drh ยท 12 years ago
- 3bf0ac1 Fix bug in the logic that determines the end of a CREATE INDEX statement. by drh ยท 12 years ago
- 66518ca More test cases and corresponding bug fixes. by drh ยท 12 years ago
- 619a130 Fill out an initial implementation of the sqlite3ExprImpliesExpr() function. by drh ยท 12 years ago
- cf0fd4a Refactor internal function name sqlite3VdbeGetValue() to by drh ยท 12 years ago
- 721dfcf Fix the ANALYZE command to work with partial indices. by drh ยท 12 years ago
- 8a9789b Test cases and bug fixes for the partial index logic. by drh ยท 12 years ago
- b2b9d3d Add the logic to keep partial indices up to date through DML statements and by drh ยท 12 years ago
- c6fc65c Limit the number of memset() calls used when determining a temporary file name on Windows. Also, fix a harmless compiler warning. by mistachkin ยท 12 years ago
- 4bd5f73 Add logic to the query planner to only use partial indices if the WHERE clause by drh ยท 12 years ago
- aa82eba Slight modifications to path name translation handling for Cygwin. by mistachkin ยท 12 years ago
- 16a2e7a Use a new error code to represent a failure to get the configured temporary directory on Windows. by mistachkin ยท 12 years ago
- 68f7a9e The MAX_PATH constant in windows is measured in characters, so multiple by 3 by drh ยท 12 years ago
- 3780be1 Resolve names in CREATE INDEX WHERE clauses and detect errors. Disallow by drh ยท 12 years ago
- 1fe0537 Here begins an experimental branch for exploring the idea of a partial index. by drh ยท 12 years ago
- 6b36e82 Reduce the size of the stack required by the codeOneLoopStart() function in by drh ยท 12 years ago
- f67feef For the MSVC makefile, recompile vdbe.lo and parse.lo first. by mistachkin ยท 12 years ago
- 443dbcf Comment and preprocessor macro cleanup. by drh ยท 12 years ago
- 30a6837 In main.mk, always recompile vdbe.o and parse.o first, since changes to either by drh ยท 12 years ago
- 53371f9 In the command-line shell, work around the fact that popen() and pclose() by drh ยท 12 years ago
- 1d1f07d Fix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX -> SQLITE_DEFAULT_AUTOMATIC_INDEX by dan ยท 12 years ago
- 0d1961e Enhance the progress handler so that it keeps track of the number of VDBE by drh ยท 12 years ago
- 036acf3 Add 'queryplantest' target to the MSVC makefile. by mistachkin ยท 12 years ago
- 9ed04eb Fixes to test numbering. by mistachkin ยท 12 years ago
- af66433 Remove unused "codec" code from the command-line shell. by drh ยท 12 years ago
- 6b75329 Improved documentation for sqlite3_set_auxdata(). Ticket [406d3b2ef91c]. by drh ยท 12 years ago