- 7e8100f Version 3.27.1 by drh ยท 7 years ago version-3.27.1
- df7537a Cherrypick the fix for ticket [4e8e4857d32d401f] from trunk. by drh ยท 7 years ago
- 88de8a5 Increase the version number to 3.27.1. by drh ยท 7 years ago
- c9912d1 Version 3.27.0 by drh ยท 7 years ago version-3.27.0
- af63892 In the fuzzcheck test program, make sure the isspace() and related routines by drh ยท 7 years ago
- e385d33 Ensure all bytes of the PgHdr1 structure are initialized. This avoids a valgrind error when running corruptI.test. by dan ยท 7 years ago
- 922b358 Update an assert() in test_journal.c to take the new "VACUUM INTO" functionality into account. by dan ยท 7 years ago
- 9c5f734 Avoid attempting to delete a file while it is still open in walfault2.test. by dan ยท 7 years ago
- 6e08c4a Update test file dbfuzz001.test so that it works with SQLITE_ENABLE_OVERSIZE_CELL_CHECK builds. by dan ยท 7 years ago
- 531230d Add -DSQLITE_ENABLE_DESERIALIZE to the default testing configuration in test/releasetest.tcl. by dan ยท 7 years ago
- fbf6136 Do not attempt to test the shell ".trace" command in SQLITE_OMIT_TRACE builds. by dan ยท 7 years ago
- 871b134 Fix a problem preventing testfixture from being built with SQLITE_OMIT_VIRTUALTABLE. by dan ยท 7 years ago
- d0ee3a1 When extending the size of SrcList objects, do not attempt to use by drh ยท 7 years ago
- 4acd754 If the query flattener detects an error, cause the SELECT code generator by drh ยท 7 years ago
- 01996da Back out check-in [008112bcef561a8], reenabling deprecated PRAGMAs when the by drh ยท 7 years ago
- 569b1d9 Omit the ".progress" command from the shell if it is compiled with the by drh ยท 7 years ago
- d46b6f5 Fix a harmless compiler warning in the memtrace.c extension. by drh ยท 7 years ago
- fc4eeef Fix compiler warnings on Windows. by drh ยท 7 years ago
- dee9be9 Update the tester.tcl --malloctrace option so that it uses eu-addr2line instead of addr2line. by dan ยท 7 years ago
- d579367 The IS NOT NULL operator does not imply that the operand is never NULL. by drh ยท 7 years ago
- 24545d2 Keep the temp_store_directory and data_store_directory pragmas even when by drh ยท 7 years ago
- 41e0717 Update test file "resetdb.test" so that it works with the "prepare" permutation. by dan ยท 7 years ago
- 53d30dd Early detection of implausibly sized records to avoid unnecessary by drh ยท 7 years ago
- af48257 Mention the new -memtrace command-line option in the -help output of the CLI. by drh ยท 7 years ago
- a790882 Add the -memtrace option to dbfuzz2. by drh ยท 7 years ago
- 88862d4 Enhance dbfuzz2 so that with the -v option it shows the return code and by drh ยท 7 years ago
- f230541 Ensure that the sqlite3_exec() callback gets the correct number of columns by drh ยท 7 years ago
- 4fc4ba7 Do not run shmlock.test as part of the inmemory_journal permutation. by dan ยท 7 years ago
- e2d2ad6 Update the test/fuzzdata8.db database with new interesting cases from dbsqlfuzz. by drh ยท 7 years ago
- 83a635a Fix problems with SAVEPOINT and related commands within transactions on a corrupt database that include fts5 or some other virtual tables. by dan ยท 7 years ago
- 3f83f59 Add the ".progress" command to the CLI. by drh ยท 7 years ago
- 0062ddd Fix another potential buffer overread in fts5. by dan ยท 7 years ago
- 81f44cd Fix another corruption case in fts5. by dan ยท 7 years ago
- 41fc545 Fix an assertion failure in fts3 triggered by a corrupt database. by dan ยท 7 years ago
- 150edad New testcase added to test/fuzzdata8.db. by drh ยท 7 years ago
- e598972 Honor key query parameters for SEE on the URI filename for ATTACH by drh ยท 7 years ago
- 9b2bd91 Give a link to the URI Filename document in the documentation to the by drh ยท 7 years ago
- 8f5b14a Fix a buffer overread in fts5 debugging scalar function fts5_decode(). by dan ยท 7 years ago
- 844b900 Fix harmless compiler warning. by mistachkin ยท 7 years ago
- 7ba03ea Slight adjustment to the printf formatter large memory allocation detector by drh ยท 7 years ago
- 2964225 Prevent the printf formatter from doing large memory allocations - larger by drh ยท 7 years ago
- 9a6d01b Performance improvement in the parsing of options to %-formats in the by drh ยท 7 years ago
- 9c46c66 Ensure that the Walker.pParse structure is initialized when walking the by drh ยท 7 years ago
- 38a28a7 New test cases added to test/fuzzdata8.db. by drh ยท 7 years ago
- 26b7ec8 Improve the strict enforcement of cell sizes in balancing from by drh ยท 7 years ago
- 1c7d389 Fix an assert() in fts5 that could fail if the database is corrupt. by dan ยท 7 years ago
- abd7449 Fix another corrupt-database-handling problem in fts5. by dan ยท 7 years ago
- 3bf0d7a Remove an incorrect assert() from the deserialize in-memory database VFS. by drh ยท 7 years ago
- 23a8859 Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring by drh ยท 7 years ago
- b92b019 Fix another buffer overrun that could occur when quering a corrupt database using an fts5vocab table. by dan ยท 7 years ago
- 6a0db87 If the amalgamation file "sqlite3.c" is generated using the by drh ยท 7 years ago
- 9b74706 Improvements to "PRAGMA parser_trace=ON": Make it a flag pragma, and then by drh ยท 7 years ago
- 8bf4126 Change the error message slightly for when two or more indexes have the by drh ยท 7 years ago
- da7a4c0 When parsing the schema, check for duplicate index root page numbers before adding the index to the schema hash table. by dan ยท 7 years ago
- 56b99eb Add test case for the previous commit. by dan ยท 7 years ago
- 8d40673 Detect if two indexes of the same table share a common rootpage while by drh ยท 7 years ago
- ba7bd02 Fix an off-by-one error when parsing the names of indexes that do not have by drh ยท 7 years ago
- a861425 Add the --progress, --using, and -q options to the index_usage utility program. by drh ยท 7 years ago
- 5a9c6bc Enhancements to the index_usage utility program. by drh ยท 7 years ago
- dd57923 Fix another buffer overread in fts5 that may occur when accessing a corrupt database. by dan ยท 7 years ago
- 3f4f682 Fix harmless compiler warnings. by drh ยท 7 years ago
- 4551005 Load all the latest dbsqlfuzz finds into test/fuzzdata8.db. by drh ยท 7 years ago
- a046643 More robust handling of corrupt database file in the rebalance operation of by drh ยท 7 years ago
- e25646d Avoid an integer overflow in the fts5 snippet() function triggered by a corrupt database record. by dan ยท 7 years ago
- eb2ed10 Avoid a crash when the fts5 snippet() function (or similar) is used with a special query pattern, like '*id' or '*reads'. by dan ยท 7 years ago
- 3993397 Fix a buffer overrun triggered by a merge operation on a corrupt fts5 database. by dan ยท 7 years ago
- 4a7e9a2 Set a low limit on the length of strings and blobs in the OSSFuzz module, by drh ยท 7 years ago
- 3967d94 Fix the query planner so that it is able to use an index on a CAST expression. by drh ยท 7 years ago
- e86974c Fix a performance regression caused by the previous commit. by drh ยท 7 years ago index-on-cast
- 95d5a88 Make indexes on CAST(...) expressions work. by dan ยท 7 years ago
- c7def60 Fix a buffer overread in fts3 that could occur when accessing a corrupt database. by dan ยท 7 years ago
- 6c43dba Do not assume that text parameters passed to fts4aux queries do not contain embedded nul characters. by dan ยท 7 years ago
- 9e35a61 Add a new test case to fuzzdata8.db. by drh ยท 7 years ago
- 0c873bf Change the definition of the BtCursor.skipNext field so that it is undefined by drh ยท 7 years ago
- c07eee7 Improvements to the ".eqp trace" command in the CLI so that it ensures that by drh ยท 7 years ago
- 05d49d1 New test cases form dbsqlfuzz by drh ยท 7 years ago
- 211a085 Window functions that can abort should indicate this, so that if they are by drh ยท 7 years ago
- e5da935 Update fuzzcheck so that with the --load-dbsql options it screens its by drh ยท 7 years ago
- e6a9efb Ensure that the btree cursor is correctly set up prior to backing it up by drh ยท 7 years ago
- 32bb700 Fix a broken assert() in fts3. Also some test script issues causing failures with builds that do not support fts3. by dan ยท 7 years ago
- b4e5039 Add the ".eqp trace" command to the CLI when using SQLITE_DEBUG, as a by drh ยท 7 years ago
- 0814acd Do not accidently truncate zeroblob values when doing an arithmetic by drh ยท 7 years ago
- b2e61bc Reinitialize debugging information on registers of a trigger prior to each by drh ยท 7 years ago
- f69af05 Fix harmless compiler warnings. by drh ยท 7 years ago
- 0578084 Fix the assert_fts3_nc() macro so that it works for test builds that omit by drh ยท 7 years ago
- ed45703 Fix harmless compiler warnings in fuzzcheck by drh ยท 7 years ago
- c2ea77e Fix a segfault that could follow an OOM when querying a table that has one or more columns with default values "true" or "false". by dan ยท 7 years ago
- e88609f Fix asan warnings in fts5 triggered by corrupt databases - passing NULL to memcmp, out-of-range left-shift values and signed integer overflow. by dan ยท 7 years ago
- c1f6618 Add an assert_fts3_nc() macro to fts3 - for assert() conditions that are only true when it is guaranteed that the fts3 database is not corrupt. by dan ยท 7 years ago
- 31ab7d8 Extend fuzzcheck so that it can process dbsqlfuzz cases. Add a collection by drh ยท 7 years ago
- 94f0a83 Fix the xFetch method of the "memdb" VFS (used by deserialize) so that it by drh ยท 7 years ago dbsqlfuzz-in-fuzzcheck
- ba14c69 Fix a couple of assert() statments in btree.c that could fail with corrupt databases. by dan ยท 7 years ago
- 725a9c7 In fuzzcheck, activate vdbe_debug for dbsqlfuzz cases when using the -vvvvv by drh ยท 7 years ago
- df21659 Improved automatic detection of dbsqlfuzz cases in fuzzcheck. by drh ยท 7 years ago
- a47e709 Add the ability to process dbsqlfuzz cases in fuzzcheck and add an initial by drh ยท 7 years ago
- 813ed78 Fix a buffer overread in fts3 that could occur in a prefix query on a corrupted database. by dan ยท 7 years ago
- f467744 Fix a problem with running ALTER TABLE on a schema that contains expressions of the type "col IN ()" (empty set on RHS of IN operator). by dan ยท 7 years ago
- 3cc9af2 Omit deprecated PRAGMAs when compiling with the -DSQLITE_OMIT_DEPRECATED option. by drh ยท 7 years ago
- 491b6d8 Make sure the column name flags are restored correctly after an error by drh ยท 7 years ago
- b0c4c94 Fix a potential problem with "INSERT INTO ... SELECT * FROM" (or VACUUM) statements on a corrupted database. by dan ยท 7 years ago