- e22c375 Version 3.14 by drh ยท 9 years ago version-3.14.0
- 6da466e Fix documentation typos. No changes to code. by drh ยท 9 years ago
- e099b67 Have the TEA package build without SQLITE_OMIT_DEPRECATED. As it uses recently deprecated interfaces sqlite3_profile() and sqlite3_trace(). by dan ยท 9 years ago
- 43c1ce3 Undo commit [f250166bb]. It is required to handle IO and other errors that occur within a VACUUM of a Zipvfs database. by dan ยท 9 years ago
- 5360b55 Remove an incorrect ALWAYS() statement and add a test case to show when by drh ยท 9 years ago
- 0aafa9c Fix a very obscure problem following OOM in sqlite3_declare_vtab(). by drh ยท 9 years ago
- 70ae0e9 Revert the SQLITE_APICALL changes for now. That changes needs further by drh ยท 9 years ago
- cc15313 Add the experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option. by drh ยท 9 years ago
- dd545d3 Make sure the ORDER BY LIMIT optimization is not applied if the inner-most by drh ยท 9 years ago
- c0d269e Fix a typo in a comment in btree.c. No changes to code. by drh ยท 9 years ago
- a36e01a Fix the --help output on fuzzcheck so that it fix in an 80-character window. by drh ยท 9 years ago
- c330887 Fix a unused variable that comes up with -DSQLITE_OMIT_DATETIME_FUNCS. by drh ยท 9 years ago
- 3dffcf9 The 'replace.tcl' tool should use Unix line-endings. by mistachkin ยท 9 years ago
- b7203cd Updates to requirements marks. No changes to code. by drh ยท 9 years ago
- 914b7e4 Fix a problem introduced by [77948b5eceab92a7] causing duplicate calls to be made to the xSavepoint() method of virtual tables under some circumstances. by dan ยท 9 years ago
- 38b802d Fix harmless compiler warnings in sqlite3_status(). by drh ยท 9 years ago
- 19eb77b Update the wordcount.c test program and add a new script "time-wordcount.sh" by drh ยท 9 years ago
- b0df540 Fix other harmless compiler warnings. by drh ยท 9 years ago
- 4df049f Remove a duplicate typedef from loadext.c (remaining copy is in sqlite3ext.h). by dan ยท 9 years ago
- d7d19b7 Add an extra compiler switch to loadext.test to ensure that it picks up the correct version of sqlite3.h when building a test extension. by dan ยท 9 years ago
- 8ef24b8 Update releasetest.tcl to automatically do one round of tests with by drh ยท 9 years ago
- 32c83c8 Avoid making unnecessary changes to the signatures of the by drh ยท 9 years ago
- 19e76b2 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 9 years ago
- 11f69b8 Using the header file 'intrin.h' requires MSVC 2005 or later. by mistachkin ยท 9 years ago
- be56ad3 For test 'shell1-5.0', disable round-trip testing for characters in the range 0xE0 to 0xEF on Linux, due to intermittent shell portability issues. by mistachkin ยท 9 years ago
- d62c07d Fix typo in a test file interactive output string. by mistachkin ยท 9 years ago
- 50972b7 Merge additional linkage macro changes from the branch. by drh ยท 9 years ago
- e363d50 Further refinement to the calling convention macros. by drh ยท 9 years ago
- df27352 Merge updates from trunk. by mistachkin ยท 9 years ago
- fefe828 Update the autoconf makefile for MSVC. by mistachkin ยท 9 years ago
- 99bbcc8 Undo some unhelpful changes to skip-scan scoring that were added by drh ยท 9 years ago
- c085568 Add macro necessary for building several extensions when the __stdcall calling convention is not in use. by mistachkin ยท 9 years ago
- 2d45d7b Missed a couple Tcl command deletion callbacks. by mistachkin ยท 9 years ago
- afe1826 Use the SQLITE_TCLAPI macro in several extensions that were missed in the previous check-in. by mistachkin ยท 9 years ago
- 85bd982 More compiler warning fixes for GCC related to the auto-extension mechanism. by mistachkin ยท 9 years ago
- 78d5e02 The return type used by the auto-extension entry points is 'int', not 'void'. by mistachkin ยท 9 years ago
- 177d0f0 Make sure all the auto-extension mechanism function signatures match up precisely. by mistachkin ยท 9 years ago
- 44e95d4 Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. by mistachkin ยท 9 years ago
- e37f739 The 'sqlite3ext.h' content should be processed before being included in the amalgamation. by mistachkin ยท 9 years ago
- 3a22fda Decorate all interfaces with calling convention macros. by drh ยท 9 years ago
- c0bebc1 All SQLite API functions and callbacks in the 'sqlite3ext.h' header file must be decorated with the calling convention. by mistachkin ยท 9 years ago
- a8914fa Disable the authorizer callback when reparsing the schema. This avoids by drh ยท 9 years ago
- 7c60b26 Fixup reserved function pointers in the Tcl stubs table and several macros containing Tcl function pointers. by mistachkin ยท 9 years ago
- a121cc7 Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is enabled. by mistachkin ยท 9 years ago
- aa03258 Improvements to the way the COMPILER compile-time option is set when compiling by drh ยท 9 years ago
- 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin ยท 9 years ago
- f27a80c More work on getting the 'testfixture.exe' target to work correctly. by mistachkin ยท 9 years ago
- fe0c0d2 Modify the mksqlite3h.tcl tool to handle the syscall typedef specially. by mistachkin ยท 9 years ago
- 4194ff6 Change mksqlite3h.tcl to automatically insert the SQLITE_CALLBACK calling by drh ยท 9 years ago
- 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin ยท 9 years ago
- 4aff119 New test case to insure legacy CREATE TABLE syntax is supported. by drh ยท 9 years ago
- 69def7f Work in progress on setting a calling convention for all callback functions. by mistachkin ยท 9 years ago
- 5f26e00 Enhance the query planner cost estimation for index scans to take into account by drh ยท 9 years ago
- e604ec0 Add test cases and fix a comment. by drh ยท 9 years ago improved-index-scan
- 2409f8a When estimating the cost of an index scan, factor in the cost savings of by drh ยท 9 years ago
- d93ba62 Initialize a variable in where.c to avoid a valgrind warning. by dan ยท 9 years ago
- 2900a62 Ensure that the sqlite3_scrub_backup() extension creates a backup database at least as large as indicated by the database header, even if the last page of the input database is a free-list leaf. by dan ยท 9 years ago
- 9d60875 Copy the cache_spill setting from the main database over to the by drh ยท 9 years ago
- 426f4ab Make sure affinity is applied correctly on lower-bound range constraints by drh ยท 9 years ago
- 2b62b5d In the VACUUM command, set the cache_size of the transient vacuum_db database by drh ยท 9 years ago
- 07d9a03 Fix a test case in FTS5 to make it compatible with Tcl 8.5. by drh ยท 9 years ago
- 422dded Minor test infrastructure changes to better support SEE testing. by drh ยท 9 years ago
- a522473 Add a new %ifdef to parse.y so that the build works with SQLITE_OMIT_SUBQUERY. by drh ยท 9 years ago
- 0172568 Changes to test scripts to get them all running on OpenBSD. by drh ยท 9 years ago
- 2aed979 Disable the DBSTATUS_CACHE_USED_SHARED tests on mac when memsys3/5 is disabled by drh ยท 9 years ago
- 26fe413 Update the vacuummem.test script so that it works on mac as well as on linux. by drh ยท 9 years ago
- 5d513ba If both MEMSYS3 and MEMSYS5 are enabled, than automatically disable MEMSYS3. by drh ยท 9 years ago
- 6fe4c18 Another attempt at getting --enable-memsysN working. by drh ยท 9 years ago
- 26197d1 Fix the --enable-memsysN options in configure so that they actually work. by drh ยท 9 years ago
- c530b9c Add --enable-memsys3 and --enable-memsys5 options to the configure script. by drh ยท 9 years ago
- 5fe63bf Evidence marks and code reformatting for SQLITE_TRACE_STMT operation. by drh ยท 9 years ago
- bd441f7 Change SQLITE_TRACE_STMT to return unexpanded SQL text in the X argument. by drh ยท 9 years ago
- 087ec07 Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() by drh ยท 9 years ago
- 4b363a5 Use sqlite3_trace_v2() instead of sqlite3_trace() in the shell. by drh ยท 9 years ago
- 2ce26ff Add the json_quote() function to the JSON1 extension. by drh ยท 9 years ago
- eb09f6d Small tweak to the btree balancer for improved tree balance. by drh ยท 9 years ago
- 49dcd79 Fix recently added tests so that they work in all configurations. by drh ยท 9 years ago
- 194c21d Add the sqlite3_expanded_sql() and sqlite3_trace_v2() interfaces. by drh ยท 9 years ago
- 8afffe7 Improvements to sqlite3_trace_v2() documentation. Fix the by drh ยท 9 years ago sqlite3_trace_v2
- 557341e Add requirements marks to the sqlite3_trace_v2() interface documentation. by drh ยท 9 years ago
- cf1e395 Fix sqlite3VdbeExpandSql() so that it handles OOMs by always returning NULL. by drh ยท 9 years ago
- a4c0734 Revise a warning fix from the previous check-in to improve clarity. Also, fix an incorrect test prefix (typo). by mistachkin ยท 9 years ago
- 80f2b33 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 9 years ago
- 9a8b9ec Be sure to hold the database connection mutex while calling sqlite3VdbeExpand() by drh ยท 9 years ago
- dec8bc0 Add requirements marks to the sqlite3_expanded_sql() documentation. by drh ยท 9 years ago
- 12ca5ac Fix a problem with upper case module names in the "sqldiff --vtab" command. by dan ยท 9 years ago
- 033ac6a Add extra test cases to verify the fix in [64ca1a835]. by dan ยท 9 years ago
- 89441bf Add new test file vacuummem.test. To test that any temporary memory used by VACUUM is freed as soon as the VACUUM has finished (not, for example, when sqlite3_close() is finally called). by dan ยท 9 years ago
- 8414e81 Add the largely untested SQLITE_FTS5_NO_WITHOUT_ROWID compile time option to fts5. For building a dynamically loadable extension that does not use WITHOUT ROWID. by dan ยท 9 years ago
- 8d85364 The sqlite3_expanded_sql() function compiles, but always returns NULL, when by drh ยท 9 years ago
- 0e15d92 Merge fixes from trunk. Fix the tclsqlite.test script. by drh ยท 9 years ago
- eb5a549 Disable the CSV extension when virtual tables are disabled. by drh ยท 9 years ago
- de6fde6 Modify the Tcl test command 'sqlite3_bind_blob' to make use of the Tcl_GetByteArrayFromObj() API. by mistachkin ยท 9 years ago
- 283a85c Fix typo in sqlite3_trace_v2(). by mistachkin ยท 9 years ago
- 170e998 Corrections and enhancements for the new tests. by mistachkin ยท 9 years ago
- a8f286a Modify one test result to be case-insensitive. by mistachkin ยท 9 years ago
- e2f84b4 Add tests, including some for the sqlite3_expanded_sql() API. by mistachkin ยท 9 years ago
- b52dcd8 More work on the Tcl interface and tests for the sqlite3_trace_v2() API. by mistachkin ยท 9 years ago
- b56660f Initial work on the Tcl API interface to the new sqlite3_trace_v2() function. by mistachkin ยท 9 years ago
- 0b4c042 Minor tweak the the b-tree balancer. by drh ยท 9 years ago btree-tuning