- 2e6df8c Version 3.18.2 by drh ยท 8 years ago version-3.18.2
- 83b7d01 When building an ephemeral table of integers, do not assume that the table by drh ยท 8 years ago
- 86f5c3f Version 3.18.1 by drh ยท 8 years ago version-3.18.1
- 004ba54 An unintentional fork was created due to a typo when creating branch-3.18. by drh ยท 8 years ago
- 5da1cd0 Increase the version number to 3.18.1. by drh ยท 8 years ago
- de415c0 Ensure pointer map entries are always added when a row that does use overflow by drh ยท 9 years ago
- fe329a7 Version 3.18.0 Release Candidate by drh ยท 9 years ago version-3.18.0
- 0d8d9c9 Add the new sqlite3_set_last_insert_rowid() interface to the extension by drh ยท 9 years ago
- b9cd86a Do not run tests for ".dump --preserve-rowids" when testing by dan ยท 9 years ago
- 34ad36b Disable the new --preserve-rowids option on the CLI ".dump" command if by drh ยท 9 years ago
- 3e7d012 Make the default value for SQLITE_DEFAULT_SYNCHRONOUS a simple integer by drh ยท 9 years ago
- 2fb79e9 Fix two harmless compiler warnings. by drh ยท 9 years ago
- ba7cce3 Fix a harmless compiler warning in the JSON1 extension. by drh ยท 9 years ago
- 18333ef Previous check-in was not correct. This is a better fix for the OP_Once by drh ยท 9 years ago
- ab087d4 Fix the OP_Once opcode so that it works correctly for recursive triggers. by drh ยท 9 years ago
- f9e9197 Add the RFC-7396 Appendix A test cases for json_patch(). by drh ยท 9 years ago
- 29c9969 Fix an error in the new json_patch() routine discovered by Ralf Junker. by drh ยท 9 years ago
- adc117d Add the json_patch() SQL function to the JSON1 extension. by drh ยท 9 years ago
- 37f03df Change the name of the json_merge_patch() function to just json_patch(). by drh ยท 9 years ago json_mergepatch
- db52852 Improvement to the amalgamation configure.ac file contributed by by drh ยท 9 years ago
- 8fe3e9d Do not run test file autoanalyze1.test if OMIT_VIRTUALTABLE is defined. by dan ยท 9 years ago
- a77edc6 Remove an invalid assert() statement failing when VACUUMing a database that by dan ยท 9 years ago
- 1fe162f Avoid redundant edits in the json_merge_patch() function. by drh ยท 9 years ago
- 0002d24 Fix harmless compiler warnings in the new json_merge_patch() logic. by drh ยท 9 years ago
- bb7aa2d Various fixes to the json_merge_patch() function. by drh ยท 9 years ago
- f07b249 Change the name of the new function to "json_merge_patch()". by drh ยท 9 years ago
- 633647a Initial implementation of the json_mergepatch(A,B) SQL function. by drh ยท 9 years ago
- 701ff6a Fix harmless compiler warnings in the shell. by drh ยท 9 years ago
- 918938f New simplified memory initialization for MacOS. by drh ยท 9 years ago
- 49297c8 Fix an incorrect assert in the ANALYZE logic for STAT4 on WITHOUT ROWID tables. by drh ยท 9 years ago
- 119fc11 Add short script ext/fts3/tool/fts3cov.sh. To help measure test-coverage of by dan ยท 9 years ago
- a14b7e0 Do not run sync2.test as part of the "inmemory_journal" permutation. by dan ยท 9 years ago
- 174f855 Add the --native-malloc option to fuzzcheck. Fix ossfuzz.c and fuzzcheck.c by drh ยท 9 years ago
- 16f0582 Fix the fuzzcheck program so that it can create new databases again. by drh ยท 9 years ago
- 74869e5 Avoid passing NULL as the second argument to memcpy() in fts3. by dan ยท 9 years ago
- 6b904f5 Avoid a technically undefined right-shift of a signed value in rtree.c. by dan ยท 9 years ago
- 920c83f Fix some problems in fts3 found by address-sanitizer. by dan ยท 9 years ago
- 5f42995 Avoid the possibility of signed integer overflow with oversized precisions by drh ยท 9 years ago
- 5b3a3b3 Do not run sync2.test as part of the "journaltest" permutation, as it uses by dan ยท 9 years ago
- 7adbcff Ensure that a "--" prefix is added to sqlite3_trace_v2() output for nested by drh ยท 9 years ago
- 154cc74 Only run sync2.test on unix, as it depends on instrumentation in os_unix.c. by dan ยท 9 years ago
- 978896e Fix the check.test script so that it works on Windows. by drh ยท 9 years ago
- d3d52ef Documentation fix: SQLITE_SOURCE_ID is a now a SHA3-256 hash. by drh ยท 9 years ago
- a80e160 Only do the specialized MacOS single-core zone_malloc initialization if by drh ยท 9 years ago
- 46acfc2 Fix an error in the newly revised documentation for SQLITE_LIMIT_VDBE_OP. by drh ยท 9 years ago
- 544cab7 Set a reasonable limit on the number of opcodes in a prepared statement by drh ยท 9 years ago
- 1cb0266 Begin enforcing the SQLITE_LIMIT_VDBE_OP. The documentation warned that this by drh ยท 9 years ago
- f53524b Add the --show-errors and --show-max-delay command-line options to the by drh ยท 9 years ago
- 59d705a Fix the Makefile.in so that it builds the ossshell test program correctly. by drh ยท 9 years ago
- 1f9144e Fix a buffer overread in debugging routine sqlite3VdbeMemPrettyPrint(). by dan ยท 9 years ago
- a3b2da9 Fix a problem in the enhanced PRAGMA integrity_check where it verifies by drh ยท 9 years ago
- af33329 If the user has not set it explicitly, set the "PRAGMA synchronous" setting to by dan ยท 9 years ago
- fc8f4b6 Fix a typo causing the build to fail if SQLITE_DEFAULT_SYNCHRONOUS==SQLITE_DEFAULT_WAL_SYNCHRONOUS. by dan ยท 9 years ago default-synchronous-fix
- f5da7db If the user has not set it explicitly, set the "PRAGMA synchronous" setting to by dan ยท 9 years ago
- b30574b Simplified OOM detection in the instr() SQL function. by drh ยท 9 years ago
- 85c2dc0 Fix an uninitialized variable reference in the text generator by drh ยท 9 years ago
- 970ea37 Fix a problem in the "showdb" utility that prevents it from correctly by drh ยท 9 years ago
- 116b56a Fix a crash that could follow an OOM condition in the instr() SQL function. by dan ยท 9 years ago
- 6f25936 Updates to README files under the ext/ hierarchy. No changes to code. by drh ยท 9 years ago
- 6295ff1 Add the "Obtaining The Code" subsection in the top-level README.md file. by drh ยท 9 years ago
- a5d75ba Mention the ".selftest" command in the ".help" output of the CLI. by drh ยท 9 years ago
- 7553c82 Make "PRAGMA temp.synchronous=N" a no-op to ensure that the TEMP schema by drh ยท 9 years ago
- 9c4527e Improved header comment on the shathree.c extension. No changes to code. by drh ยท 9 years ago
- 943d825 Updates to the MSVC makefiles. by mistachkin ยท 9 years ago
- 29df8d1 Add the dbdump.c extension that implements functionality similar to the by drh ยท 9 years ago
- 4b34eb3 Add dbdump.exe to the MSVC makefile. by drh ยท 9 years ago dbdump
- d3bc75f Fixes to the dump logic. All appears to be working in preliminary tests. by drh ยท 9 years ago
- 473af4f First draft of the complete dbdump.c library. by drh ยท 9 years ago
- 688633c Infrastructure for an extension C-library to implement sqlite3_db_dump() and by drh ยท 9 years ago
- d3bb79b In the output of the ".dump" command in the CLI, quote newline and by drh ยท 9 years ago
- 510b7ff Fix the sqlite3TreeViewSelect() routine so that it works with a null pointer by drh ยท 9 years ago
- c3becdd Fix a segfault that could occur following an OOM error in the by dan ยท 9 years ago
- bbc0177 In the OSSFuzz test module, invoke the progress handler much more frequently by drh ยท 9 years ago
- ba28b5a Fix a possible NULL pointer dereference in following an OOM error by drh ยท 9 years ago
- 1ed1e61 Remove an obsolete assert() in the IN operator code generation. by drh ยท 9 years ago
- 202230e Make sure the translateColumnToCopy() routine in the query planner does not by drh ยท 9 years ago
- 708b22b The output of the ".dump" command in the CLI quotes newline and carriage-return by drh ยท 9 years ago string-quoting-dump
- 891d6b4 Increase the number of significant digits in floating point literals on by drh ยท 9 years ago
- 1ba30db Remove the rbu_round_trip.tcl script. It is now part of project "test-dbs". by dan ยท 9 years ago
- a6bf20b Fix an error in the SQLITE_MAX_MEMORY implementation resulting from a bad by drh ยท 9 years ago
- 1e45c7d Add the -DSQLITE_MAX_MEMORY=N compile-time option. The default is no limit. by drh ยท 9 years ago
- e43d6ae Add the SQLITE_MAX_MEMORY compile-time option that provides a hard upper bound by drh ยท 9 years ago max-memory-option
- a2df53b Enhance the ".stats" dot-command in the CLI to use sqlite3_status64() instead by drh ยท 9 years ago
- f157d10 Improvements to ".selftest --init". Tests are number in increments of 10 by drh ยท 9 years ago
- fb546af Remove the test/dbselftest.c program. In its place, add the ".selftest" by drh ยท 9 years ago
- f8563c0 Fix the ".dump" command to correctly extract tail data from corrupt by drh ยท 9 years ago
- e6e1d12 Begin moving separate boolean variables in the ShellState object of the CLI by drh ยท 9 years ago
- f80d4ff Make sure the database connection is open prior to running the ".sha3sum" by drh ยท 9 years ago
- 3ee83ef In the ".sha3sum" command, if there is a LIKE pattern, show the hashes for by drh ยท 9 years ago
- 1554bc8 Add the ".sha3sum" command to the CLI - used to compute a cryptographic hash by drh ยท 9 years ago
- 4146b4e Improved comments explaining the sha3_query() format. Fix a performance #ifdef by drh ยท 9 years ago
- acc83d2 Add the shathree.c extension for implementing SHA3() and SHA3_QUERY() SQL by drh ยท 9 years ago
- f42d318 In the CLI, avoid unnecessary identifier quoting in the ".dump" output. by drh ยท 9 years ago
- e611f14 Add the --preserve-rowids option to the ".dump" command in the CLI. by drh ยท 9 years ago
- 5cc95eb Add test script ext/rbu/rbu_round_trip.tcl. Uses "dbselftest" to test that by dan ยท 9 years ago
- 9b38d66 Performance optimization in the tokenizer/parser loop. by drh ยท 9 years ago
- 567bd44 Minor comment typo fixes. No changes to code. by drh ยท 9 years ago
- a92b81f More size and speed improvements in the expression name resolver. by drh ยท 9 years ago
- 3cf48e3 Small size reduction and performance increase in the name resolver routine by drh ยท 9 years ago
- 59dbe3a Make the default MASK argument for "PRAGMA optimize" be 0xfffe, to allow for by drh ยท 9 years ago