- a258a2c Fix some comments in new code on this branch. No changes to code. by dan ยท 8 years ago fcntl_shm_read
- bec74ee Merge latest trunk changes with this branch. by dan ยท 8 years ago
- 891e024 Allow readonly_shm connections to access the *-shm file using read() even if by dan ยท 8 years ago
- 537e702 The extensions functions in spellfix are all deterministic. by drh ยท 8 years ago
- 53be36b Fix harmless compiler warnings. by mistachkin ยท 8 years ago
- 44c8a97 Fix test cases in wal2.test broken by the locking change in the previous commit. by dan ยท 8 years ago
- dea5ce3 Avoid locking shm-lock WAL_READ_LOCK(0) during recovery. Doing this allows by dan ยท 8 years ago
- 92c02da If a readonly_shm connection cannot map the *-shm file because no other by dan ยท 8 years ago
- a48a290 Fix harmless compiler warnings in sqlite3_checker.exe by drh ยท 8 years ago
- 7dcde38 Make sure the JSON1 extension is available to sqlite3_checker.exe by drh ยท 8 years ago
- b1eb131 Add the checkindex.c extension and the sqlite3_checker utility program used by drh ยท 8 years ago
- 9b37b36 Adjust page numbers in the ext/repair/test/checkfreelist01.test module due to by drh ยท 8 years ago checkindex
- 3680e89 Add the "sqlite3_imposter DB SCHEMA ROOT SQL" command to sqlite3_checker. by drh ยท 8 years ago
- 37ab952 Move the test scripts for checkfreelist and checkindex over into the by drh ยท 8 years ago
- 02c21b7 Minor cleanup in checkindex.c. Add progress displays when checking a by drh ยท 8 years ago
- 514c4b7 Merge latest trunk changes into this branch. by dan ยท 8 years ago
- 176b2a9 Fix a race condition in os_unix.c that might allow a client to use a *-shm by dan ยท 8 years ago
- 24fa4d5 When sqlite3_checker finds a problem, show the row key as part of the error by drh ยท 8 years ago
- 1fae373 Actually perform index checks when running sqlite3_checker by drh ยท 8 years ago
- 4e8ad3b Begin putting functionality into the sqlite3_checker binary. by drh ยท 8 years ago
- 1884d00 Merge all recent enhancements from trunk. by drh ยท 8 years ago
- 927dd51 Add the checkfreelist extension to the sqlite3_checker binary. by drh ยท 8 years ago
- 2091f0f Fix an error in the Makefile.msc for the sqlite3_checker.exe target. by drh ยท 8 years ago
- 2737fa0 Add build infrastructure for the sqlite3_checker command-line utility. by drh ยท 8 years ago
- d59fde3 Update the built procedures for the sqlite3_analyzer utility to allow it by drh ยท 8 years ago
- 6f09910 Fix redundancies in the makefiles that resulted from moving shell.c over by drh ยท 8 years ago
- 183f0aa Fix a minor comment typo. No changes to code. by drh ยท 8 years ago
- 7eded59 Fix a couple of issues in incremental_index_check to do with CREATE INDEX by dan ยท 8 years ago
- 9d9c41e Remove unnecessary NEVER() and ALWAYS() conditionals. by drh ยท 8 years ago
- 666fb69 Add the showshm utility program for printing out the shm header in a by drh ยท 8 years ago
- 07dae08 Clarify some comments describing the WAL index file. No changes to code. by drh ยท 8 years ago
- e7a579d Add support for indexes on expressions to incremental_index_check. by dan ยท 8 years ago
- eba21f9 Improve the performance of the LIKE operator by using strcspn() to aid by drh ยท 8 years ago
- 75650d4 In checkindex.c, use C code instead of SQL/group_concat() to compose various by dan ยท 8 years ago
- 6fc6617 Fix an issue in incremental_index_check with indexes that use non-default by dan ยท 8 years ago
- b68db31 Increase the version number for the next release - which is still months by drh ยท 8 years ago
- fca2355 Reactivate query flattening when the result set of the outer query has by drh ยท 8 years ago
- 19465e7 Fix "after" parameter handling in the incremental_index_check code. by dan ยท 8 years ago
- 6d6e76f Add test cases from OSSFuzz to prevent a regression in co-routine processing. by drh ยท 8 years ago
- bde13e2 Add the start of the "incremental_index_check" virtual table in by dan ยท 8 years ago
- 0503f2a Fix a Pager ref-count leak in the sqlite_dbpage virtual table. by drh ยท 8 years ago
- b4bab90 Handle the Ctrl-C event for the shell on Win32. by mistachkin ยท 8 years ago
- 6e61c5f Additional test case demonstrating the ability to access structure elements by drh ยท 8 years ago
- 47d9f83 Enhance the min/max optimization so that it works with indexes on expressions. by drh ยท 8 years ago
- 7ea1106 Extra ".selecttrace" output following aggregate analysis. No changes to by drh ยท 8 years ago
- ab04eff Fix an error in the previous commit on this branch. by dan ยท 8 years ago
- 9181ae9 Instead of extra locks, use F_GETLK to ensure that readonly_shm clients cannot by dan ยท 8 years ago
- 4544e28 Fix a bug causing "make amalgmation-autoconf" to create an invalid package if by dan ยท 8 years ago
- b5039fb Use extra locks to prevent a readonly_shm=1 process from connecting to a by drh ยท 8 years ago
- 3cd8aaa Fix the sqlite3_dbpage virtual table so that it can read and write from by drh ยท 8 years ago
- 7e2b38c Add tests cases and fix minor issues in the rtreecheck() function. by dan ยท 8 years ago
- 2c0d084 Add SQL scalar function rtreecheck() to the rtree module. For running checks to ensure the shadow tables used by an rtree virtual table are internally consistent. by mistachkin ยท 8 years ago
- 8c66e5b Fix compilation issue (C99-ism) seen with MSVC. by mistachkin ยท 8 years ago rtree-integrity-check
- 1917e92 Add SQL scalar function rtreecheck() to the rtree module. For running checks by dan ยท 8 years ago
- b5d013e Do not reference the ioctl() system call in the unix backend unless it by drh ยท 8 years ago
- 98d529b Add the sqlite_btreeinfo eponymous-only table for introspecting the schema by drh ยท 8 years ago
- ea78f64 Force the autoconf makefile for MSVC to always use the 'find.exe' included with Windows. by mistachkin ยท 8 years ago
- e2f3b67 Merge all of the fixes from the 3.21.0 release. by drh ยท 8 years ago
- 39f2b32 Version 3.21.0 by drh ยท 8 years ago branch-3.21 version-3.21.0
- 952523f Fix a problem in the incr-blob code causing a new cursor to be opened for by dan ยท 8 years ago
- f7902a5 On the amalgamation package, enable the sqlite_dbpage virtual table so that by drh ยท 8 years ago
- 685bea6 Merge trunk fixes to swarmvtabfault.test and the lsm extension into this by dan ยท 8 years ago
- 0295774 In the 'swarmvtabfault' test module, make sure to close the database handle prior to raising an error from the 'not found' callback script. by mistachkin ยท 8 years ago
- 15dd780 Cleanup a test database file prior to using it. by mistachkin ยท 8 years ago
- efeaec3 Updates to test procedures so that they all work with encryption. No changes by drh ยท 8 years ago
- 21cd29a Avoid passing a NULL value as the second argument to memcpy(). by dan ยท 8 years ago
- b5ef728 In lsm (not SQLite), avoid opening the *-shm file before the database file is by dan ยท 8 years ago
- 104a3b1 Fix minor test script problems revealed by releasetest.tcl. by dan ยท 8 years ago
- f970372 Fix minor test script problems revealed by releasetest.tcl. by dan ยท 8 years ago
- 123e1b5 Fix test cases in dbpage.test so that they work with by dan ยท 8 years ago
- 063cf17 Fix test cases in dbpage.test so that they work with by dan ยท 8 years ago
- f4af5db Avoid running tests that use sqlite_dbpage with SQLITE_OMIT_VIRTUAL_TABLE by dan ยท 8 years ago
- 9499b4a Avoid running tests that use sqlite_dbpage with SQLITE_OMIT_VIRTUAL_TABLE by dan ยท 8 years ago
- aa79e43 Merge all the enhancements and bug fixes from trunk, since none are by drh ๏ฟฝ๏ฟฝ 8 years ago
- 6fe3733 Catch and avoid a 16-bit integer overflow on the number of columns in a by drh ยท 8 years ago
- 316ab93 Remove unnecessary "#if SQLITE_MAX_COLUMN". SQLITE_MAX_COLUMN is always by drh ยท 8 years ago
- f2f72a0 Take extra care to avoid an OOB read caused by a corrupt b-tree page. by dan ยท 8 years ago
- c1abf2d Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago
- af124fa Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago sqlite3ext-fix
- f7fc4c2 The source code files generated for the 'sqlite3-all.c' target should not have Windows line-endings. by mistachkin ยท 8 years ago
- 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
- 82cae9f Updates to the Makefiles for MSVC. Cherrypick of [ac8786f3f9f35cb6]. by mistachkin ยท 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
- 6235ee5 Fix a harmless compiler warning about an unused parameter. by drh ยท 8 years ago
- 0a38646 Fix the "snapshot-tarball" makefile target, which was broken by the shell.c by drh ยท 8 years ago
- 81a2160 Merge fixes from trunk. All changes are on makefiles and test scripts. 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