- 1b16216 Fix building the shell with SQLITE_OMIT_VIRTUAL_TABLE. And without SQLITE_ENABLE_DBPAGE_VTAB. by dan ยท 7 years ago dbdata
- 0aa01ee Add comments and fix formatting issues in new code in shell.c.in. by dan ยท 7 years ago
- 42ebb01 Add the "--lost-and-found" option to the ".recover" command. For setting the name of the orphaned rows table. by dan ยท 7 years ago
- f57bea3 Fix a problem in the .recover command with recovering WITHOUT ROWID tables where the PK columns are not the leftmost in the CREATE TABLE statement. by dan ยท 7 years ago
- 98c5ad3 Have .recover store all orphaned rows in a single table, with extra columns to indicate the orphaned page and sub-tree they were discovered within. by dan ยท 7 years ago
- ca42438 Fix another problem with database freelist handling in the ".recover" command. by dan ยท 7 years ago
- c0b4243 Fix a locking-page related problem with the ".recover" command. by dan ยท 7 years ago
- 6aa0015 Merge latest trunk changes into this branch. by dan ยท 7 years ago
- 9c014f8 Unless the "--freelist-corrupt" option is specified, do not have the .recover command attempt to recover data from pages that are on the database free-list. by dan ยท 7 years ago
- b9b71db Fix a bug preventing .recover from working on databases where the final page of the db is corrupt. by dan ยท 7 years ago
- efa363b Improve the performance of the .recover command. by dan ยท 7 years ago
- dbdd93b New test cases in test/fuzzdata8.db. by drh ยท 7 years ago
- bebea90 Fix another instance in fts3 where a corrupt record can cause a buffer overflow. by dan ยท 7 years ago
- a27cce7 Fix a problem in fts5 where a corrupt position list could lead to a buffer overwrite. by dan ยท 7 years ago
- 04687f9 Fix an error in fts3_write.c allowing a corrupt database to cause a crash. by dan ยท 7 years ago
- 8e7e517 Correction to the #if in the previous check-in. by mistachkin ยท 7 years ago
- 49b0572 Fix for 8-byte alignment asserts that can trigger in some circumstances with 32-bit MSVC. by mistachkin ยท 7 years ago
- 29e7800 Make no atttempt to generate VDBE code for VACUUM after a syntax error. by drh ยท 7 years ago
- b182588 Have ".recover" handle "\r" and "\n" in the same way as ".dump". by dan ยท 7 years ago
- 38f9c71 Fixes for the ".recover" shell command. by dan ยท 7 years ago
- 3ea557e Changes to the --hexdb decoder option in the shell (and also in the TCL by drh ยท 7 years ago
- d5ddecb Minor simplification of NULL value handling for STAT4. by mistachkin ยท 7 years ago
- d94d9e2 New test cases in fuzzdata8.db. by drh ยท 7 years ago
- f4b3315 Improvement on the previous check-in. Parse.rc is less reliable than by drh ยท 7 years ago
- b40af49 Enhance the ".recover" command. Fix a problem with overflow pages in dbdata.c. by dan ยท 7 years ago
- 2b13cd9 Early detection of SQLITE_TOOBIG when processing nested queries. by drh ยท 7 years ago
- a9a5465 Fix an assert() that may be false for corrupt databases. by dan ยท 7 years ago
- 68cb86e Add the ".recovery" command to the shell tool. For recovering the maximum amount data from corrupt databases. Still needs work. by dan ยท 7 years ago
- 1d2d71a Mark a single branch as no longer reachable. by drh ยท 7 years ago
- 6b23603 Increase the version number to 3.29 for the next development cycle. by drh ยท 7 years ago
- 17180fc Improved optimization of the AND and OR operators. by drh ยท 7 years ago
- 65455fc Fix a problem with renaming a table that starts with "sqlite". Fix for ticket [f00d7b65]. by dan ยท 7 years ago
- ad31727 Use macros to determine if an expression is always true or always false. by drh ยท 7 years ago
- d5c851c Streamline the processing of the AND operator. Slightly smaller and faster. by drh ยท 7 years ago
- 3b412ac Add the sqlite_dbptr virtual table to the dbdata extension. For querying the links between b-tree pages. by dan ยท 7 years ago
- 7a3e50d Minor simplification of NULL value handling for STAT4. by mistachkin ยท 7 years ago nullStat4
- f1173b6 Add the experimental dbdata extension. by dan ยท 7 years ago
- 680f0fe Small performance and size optimization in sqlite3WalFindFrame(). by drh ยท 7 years ago
- e551b51 Fix a typo in the CLI help output for the ".dump" command. by drh ยท 7 years ago
- 25f933a In the "pgidx" report from "showdb", also show the number of rows on each by drh ยท 7 years ago
- 8083ef0 In the "pgidx" command of the showdb utility, try to identify orphaned pages by drh ยท 7 years ago
- 698c86f Small performance improvement on the variable-length integer decoder: by drh ยท 7 years ago
- 7e42733 Faster and smaller implementation of sqlite3StrICmp(). by drh ยท 7 years ago
- d331c7a Version 3.28.0 by drh ยท 7 years ago version-3.28.0
- 2eb2ca8 Avoid a sanitizer error (pointer arithmatic overflow) in vdbesort.c. by dan ยท 7 years ago
- 112e174 Avoid a sanitizer error in test1.c. Have releasetest.tcl/wapptest.tcl create a file called "makecommand.sh" that can be used to rerun a test from the command line. by dan ยท 7 years ago
- af4d50c Fix a bug in test module test_fs.c causing a segfault on OpenBSD. by dan ยท 7 years ago
- 46b3415 Fix a problem with the user-auth extension and deserializing in-memory databases. by dan ยท 7 years ago
- 189aa7d Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
- 660107f Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not by drh ยท 7 years ago
- 07891f0 Remove a stray tab from the source code. by drh ยท 7 years ago
- d4de9f7 Fix an obsolete comment and other minor issues from code inspection. by drh ยท 7 years ago
- 766b431 Fix a harmless compiler warning in test logic. by drh ยท 7 years ago
- 328c84f Fix the fts3varint.test script so that it works even on versions of TCL by drh ยท 7 years ago
- de21ad7 Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
- e2081dd Partially revert the test file changes in [4371a0c46e]. It is no longer required following [93ae382e97c23c90]. by dan ยท 7 years ago
- 73f940c Fix additional compiler warnings introduced by the previous check-in and found by drh ยท 7 years ago
- f6ad201 Fixes for harmless compiler warnings. by drh ยท 7 years ago
- 3b574e4 Use the 64-bit memory allocator interfaces in extensions, whenever possible. by drh ยท 7 years ago
- 0aa3231 Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. by drh ยท 7 years ago
- 158931a Test case changes so that they work with both Tcl8.6 and Tcl8.7. by drh ยท 7 years ago
- 37eca05 Tweaks to wapptest.tcl: Ensure that the "Debug" checkbox is disabled unless the app is in "config" state, and have Debug variants run "test" instead of "fulltest". by dan ยท 7 years ago
- 150dfbd Fix minor problems in tcl test scripts. by dan ยท 7 years ago
- 9b475e6 Add the test/wapptest.tcl script, an alternative to releasetest.tcl that uses wapp to provide the user-interface. by dan ยท 7 years ago
- 8ea00d7 Merge trunk changes into this branch. by dan ยท 7 years ago wapptest
- e639128 Further tweaks to wapptest.tcl. Add the ability to run the extra (n)debug tests that releasetest.tcl runs. by dan ยท 7 years ago
- 3230961 Remove the vfslog.c extension from the testfixture target in main.mk, as by drh ยท 7 years ago
- 971194a Fix RBU so that it does not write rows that should be excluded into partial indexes (corrupting the database). by dan ยท 7 years ago
- 579d41d Fix the checksymbols target in Makefile.in. by dan ยท 7 years ago
- 9367362 Have wapptest.tcl display the name, OS and architecture of the host. by dan ยท 7 years ago
- 523fb53 Various fixes for the wapptest.tcl script. by dan ยท 7 years ago
- 6adba90 Update the list of OMIT options in the omittest.tcl script. by drh ยท 7 years ago
- 0364f22 Further refinement of the sqlite3VdbeMEmExpandBlob() fix of check-in by drh ยท 7 years ago
- 0e1a574 Change the name of some internal testing interfaces to avoid a name by drh ยท 7 years ago
- 86ec1ed Do not place arbitrary restrictions on the length of the failure message by drh ยท 7 years ago
- 9e26ac8 New test case for SQLITE_TOOBIG errors. by drh ยท 7 years ago
- c3dcdba Improved reporting of SQLITE_TOOBIG errors while parsing. by drh ยท 7 years ago
- c7f3373 Fix a problem caused by a small SQLITE_LIMIT_LENGTH value and a CREATE TABLE with a very large name. by dan ยท 7 years ago toobig-fix
- a3020dc Add test/wapptest.tcl, a wapp alternative to releasetest.tcl. by dan ยท 7 years ago
- 25050f2 Use an unsigned integer to count free pages in btree.c:freePage2(). by drh ยท 7 years ago
- 427db2d Make the testcase() macro added in the previous check-in reachable for testing. by drh ยท 7 years ago
- 7d68339 Fix a faulty assert() in the sqlite3VdbeMemExpandBlob() routine. by drh ยท 7 years ago
- ce3c3ee Fix two assert() statements in fts5 that are only true if the database is not corrupt. by dan ยท 7 years ago
- 7bbdc3c Remove some stale references to the addopcodes.tcl script from documentation. by drh ยท 7 years ago
- f1722ba Eliminate the tool/addopcodes.tcl script. The purpose of that script was to by drh ยท 7 years ago
- 6cf3009 Add further tests so that veryquick.test covers all vdbe branches. by dan ยท 7 years ago
- ce059e5 Improved comment on the sqlite3FaultSim() function. No changes to code. by drh ยท 7 years ago
- 94c7ab5 In the test_vfs.c VFS, if a Tcl xWrite script returns "SQLITE_OMIT", silently omit the write() call. by dan ยท 7 years ago
- e3bd232 Add the ability to override the new corruption detection logic by drh ยท 7 years ago
- 86223e8 In the xfer-optimization, do early detection of when the source and destination by drh ยท 7 years ago
- d1f9932 Add further test cases to improve VDBE branch coverage. by dan ยท 7 years ago
- 4c81cad Fix a typo in the documentation for sqlite3_value_frombind(). Also add a new by drh ยท 7 years ago
- eacc881 Minor fixes to requirements marks. by drh ยท 7 years ago
- b84b38f Add test cases to improve coverage of VDBE branches. Still some to go. by dan ยท 7 years ago
- 80ac9cb Correctly initialize the loadable extension thunk. by drh ยท 7 years ago
- 6775257 Simplification of the recent VACUUM changes that make the code more like by drh ยท 7 years ago
- eb80863 Fix an incorrect comment on a test case for rowid renumbering in VACUUM. by drh ยท 7 years ago
- 4e61e88 Only preserve rowid values for VACUUM INTO. Keep the legacy behavior of by drh ยท 7 years ago
- b92d7d2 Add a defense-in-depth NEVER() test to the WAL cleanup code. by drh ยท 7 years ago
- 3f49c32 Fix a couple of problems with "RANGE BETWEEN <expr> PRECEDING AND <expr> PRECEDING" frames. by dan ยท 7 years ago