- b6265f8 A WIP checkin, progress toward what .help promises by larrybr ยท 3 years, 11 months ago script_command
- 96b9220 Initial help changes for .script (and enhanced .parameter) by larrybr ยท 3 years, 11 months ago
- 29a7bbf Fix a test result for alterauth2.test due to the recent fix to authorizer by drh ยท 3 years, 11 months ago
- 85b70e0 Fix ALTER TABLE DROP COLUMN so that it invokes the authorizer. Fix for by drh ยท 3 years, 11 months ago
- 1f3366c Allow an "IntReal" value to count as a REAL when checking types for by drh ยท 3 years, 11 months ago
- 1481836 Fix incorrect testcase() and assert() macros in json.c. They were not causing by drh ยท 3 years, 11 months ago
- 5a6f818 Never allow the b-tree layers view of the number of pages in the database by drh ยท 3 years, 11 months ago
- 7d44b22 Fix test cases so that they all still work even with -DSQLITE_DQS=0. by drh ยท 4 years ago
- 72e3042 Fix ALTER TABLE so that it works even when compiled using -DSQLITE_DQS=0. by drh ยท 4 years ago
- ddbb3cb Remove code from lemon.c that was made superfluous by by drh ยท 4 years ago
- c4bb999 Fix a NEVER() in the byte-code engine that can sometimes be true. by drh ยท 4 years ago
- ce0b5e4 For .import schema, quote it as for other identifiers. by larrybr ยท 4 years ago
- 738d7b9 Add --schema S option to .import by larrybr ยท 4 years ago
- 8efc6a8 When the result of a subquery is to be stored in a register and that by drh ยท 4 years ago
- 04f9760 Make tool/mctimec.tcl effect more regular and obvious by larrybr ยท 4 years ago
- c5432c4 Fix mkctimec.tcl with the updated compile-time options for JSON. by drh ยท 4 years ago
- beacaac Fix harmless compiler warning seen with MSVC. by mistachkin ยท 4 years ago
- bbf647e Merge the JSON interface into the core. Add -> and ->> operators for JSON by drh ยท 4 years ago
- a6c596b Remove vestigial traces of json_ntype(). by drh ยท 4 years ago json-in-core
- aa97b57 Fix the PG-compatible -> and ->> path parsing. by drh ยท 4 years ago
- 875912c Fix typo in the json-enhancements.md document. by drh ยท 4 years ago
- d83c90b Implement the new PG-compliant versions of the -> and ->> operators. by drh ยท 4 years ago
- d3c6c34 New proposal for -> and ->> operators. by drh ยท 4 years ago
- 18ccc5c Typo fix in doc/json-enhancements.md. by drh ยท 4 years ago
- f2afe4e Update the doc/json-enhancements.md document to better explain the features by drh ยท 4 years ago
- d311003 Do not enclude ENABLE_JSON1 in the compile-time options. by drh ยท 4 years ago
- cd379b8 Merge trunk enhancements into the json-in-core branch. by drh ยท 4 years ago
- 9d44f18 Add a new built-in subtype() function. by drh ยท 4 years ago
- 5622c7f Add NEVER() macros to two branches that became unreachable due to by drh ยท 4 years ago
- 6bcd585 Add function format() as an alias for printf(), for compatibility with other by drh ยท 4 years ago
- daefcd9 Merge the JSON function enhancements from the json-enhancements branch into by drh ยท 4 years ago
- dc60c68 Improved commenting of changes in the json1.c extension. by drh ยท 4 years ago
- 4f3557e Notes on the JSON enhancement proposals. by drh ยท 4 years ago
- a3f51d7 Reverse the meaningn of -> and ->>. ->> raises an error on invalid JSON by drh ยท 4 years ago
- 9956c18 Change the -> operator to use json_extract(). The ->> operator continues by drh ยท 4 years ago
- 338b1fd New json_nextract() function that works like json_extract() except that it by drh ยท 4 years ago
- a4e4e18 Add the json_ntype() SQL function. Works like the 1-argument json_type() by drh ยท 4 years ago
- 12b9fa9 Accept abbreviated JSON Paths on the right-hand side of the -> and ->> operators. by drh ยท 4 years ago
- d5326c3 Add new binary operators "->" and "->>" to the parser that evaluate to by drh ยท 4 years ago
- 3c64888 Add the '-guard:cf' compiler option for Windows 10, per [forum:/forumpost/8d3b4ad694|forum post 8d3b4ad694]. by mistachkin ยท 4 years ago
- 9dbf96b An attempt to integrate the JSON functions directly into the SQLite core, by drh ยท 4 years ago
- 10f7365 Remove two NEVER() macros that can sometimes be true if the database is by drh ยท 4 years ago
- c6977c1 Fix an assert() failure that could follow an OOM when coding a RETURNING trigger. dbsqlfuzz case 5d3e2438f15dc32b473d9f29413157857efa1212. by dan ยท 4 years ago
- ebc4434 Improved handling of OOM errors in sqlite3ExpandReturning(). by drh ยท 4 years ago
- d0a9a46 Test .mode quote blob output by larrybr ยท 4 years ago
- b248668 Small performance and size optimization to allocateCursor(). by drh ยท 4 years ago
- 80d99e1 Remove unnecessary assignment operations in the btree search algorithm, by drh ยท 4 years ago
- 5d1bf4f In the CLI, fix ".mode quote" output for UTF16 BLOBs. by drh ยท 4 years ago
- bda4d20 Do not open a rollback journal file when the journal_mode is OFF, even if by drh ยท 4 years ago
- d0fa348 Improve formatting of an assert(). No functional changes. by drh ยท 4 years ago
- 29bbc2b Performance optimization in btreeParseCellPtr() by unrolling the loop that by drh ยท 4 years ago
- 7e17a3a Small performance optimization and size reduction in sqlite3BtreeDelete(). by drh ยท 4 years ago
- 44a5c02 Clear the cache of triggers used to implement CASCADE foreign key constraints by drh ยท 4 years ago
- 2dfe966 Earlier detection of corruption in sqlite3BtreeDelete(). Fix for by drh ยท 4 years ago
- 24a82ea Do not raise an SQLITE_SCHEMA error if in sqlite3Init(). Fix for PoC #2 in by drh ยท 4 years ago
- 4ce289d Fix an assert() in pager.c to avoid the possibility of side-effects. by dan ยท 4 years ago
- a6ca90c Attempt to fix a harmless compiler warning in FTS5. by drh ยท 4 years ago
- 0f42f71 Fix an obscure problem with releasing savepoints stored in an in-memory journal that could cause subsequent savepoint rollback to fail. by dan ยท 4 years ago
- 3ea8238 Remove an obsolete assert() statement that no longer does anything useful by drh ยท 4 years ago
- 3907560 Fix a faulty assert() statement - adding a CORRUPT_DB term - based on a test by drh ยท 4 years ago
- 017e363 Mark the REGEXP operator in the built-in extension as deterministic. by drh ยท 4 years ago
- 54bc638 Simplify the sqlite3RunParser() routine by omitting the third parameter. by drh ยท 4 years ago
- c158c07 Fix harmless compiler warnings in the shell. by mistachkin ยท 4 years ago
- 2b5fbb2 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 4 years ago
- 1611826 Performance optimization and size reduction in sqlite3RunParser(). by drh ยท 4 years ago
- b296ab6 Move the pTriggerPrg and pCleanup elements of the Parse object up into the by drh ยท 4 years ago
- 9aff824 Remove unnecessary conditionals around the ORDER BY resolver calls in by drh ยท 4 years ago
- e1961c5 When constructing the sqlite3_index_info object for the xBestIndex method by drh ยท 4 years ago
- 66306d8 When a table has an INTEGER PRIMARY KEY ON CONFLICT REPLACE and some other by drh ยท 4 years ago
- 38cebe0 When implementing a multi-way compound SELECT using merge, try to balance by drh ยท 4 years ago
- 092ba22 Minor changes to shell1.test test results to account for the new feature by drh ยท 4 years ago
- 41584df Ensure that the affinity of columns is honored in the RETURNING clause. by drh ยท 4 years ago
- 9ebe43c Add the sqlite3_error_offset() interface. Use it to enhance error reporting by drh ยท 4 years ago
- 44c44cd Make .read's help tell of piped input by drh ยท 4 years ago
- 412a59f Change an assert() in FTS3 into assert_fts3_nc(), since it is a harmless by drh ยท 4 years ago
- 9169d0c Fix the build-breaker bug in test1.c introduced by check-in [7fa20ca4c09ab024]. by drh ยท 4 years ago build-bug
- a2ba25b Make .read's help tell of piped input by larrybr ยท 4 years ago
- d66d5c2 Change an assert() in FTS3 into assert_fts3_nc(), since it is a harmless by drh ยท 4 years ago
- a98c868 Add the sqlite3_error_offset() interface. Use it to enhance error reporting by drh ยท 4 years ago
- 5cec7e1 One minor change for an exceptional case in sqlite3_error_offset(). by drh ยท 4 years ago improved-error-context
- f62641e Add the sqlite3_error_offset() interface. Use it in the CLI to provide by drh ยท 4 years ago
- c320e06 Fix a minor problem in the CLI introduced by [d156123885abe6bf], apparently. by drh ยท 4 years ago
- ceeb04b Raise an error if a schema name is attached to the table-alias name of a by drh ยท 4 years ago
- b131bf7 Reduce the size of the compiled binary by a couple of hundred bytes by by drh ยท 4 years ago
- 8b6dfc4 Update the README.md to instruct the user to remove the final comment line by drh ยท 4 years ago
- f3c33c6 In the json1 extension, which compiling it separately, ensure that either by drh ยท 4 years ago
- 62e9c35 Remove old script ext/fts3/mkfts3amal.tcl, as it doesn't work. by dan ยท 4 years ago
- b6592f6 Improved documentation for the sqlite3_vtab_collation() interface. by drh ยท 4 years ago
- 6e627c4 Fix windowC tests to specify little-endian or big-endian UTF16, for by drh ยท 4 years ago
- a917348 Give the correct prefix to tests in the windowC.test module. by drh ยท 4 years ago
- fe46317 In the CLI, omit the ".oom" command (only available in debug builds) and by drh ยท 4 years ago
- 621a5e0 New defenses against OOM and corrupt database problems in the CLI. by drh ยท 4 years ago
- aca5e49 Fix a typo in the result of one of the new test cases. by drh ยท 4 years ago
- 2999068 Fix fts3 and fts4 so that they can still be used even if the other is dropped by a call to sqlite3_drop_modules(). by dan ยท 4 years ago
- 61fd4b9 Fix a memory leak in the CLI that occurs after an error in the ".open" command. by drh ยท 4 years ago
- b71a485 Fix harmless compiler warning in the new Bloom filter logic. by drh ยท 4 years ago
- e0adf60 Improved robustness against OOM in the expert extension. by drh ยท 4 years ago
- 511b118 Fix a potential NULL pointer dereference in the CLI logic for printing the by drh ยท 4 years ago
- e3e2565 Add more tests for OOM conditions in the CLI. by drh ยท 4 years ago
- 8a95d3d Simplify the generation of the sqlite3_index_info object during query planning by drh ยท 4 years ago