2022-02-02 |
drh | Additional test cases. batch-in-operator |
commit | commitdiff | tree |
2022-02-02 |
drh | Test cases for sqlite3_vtab_in() and sqlite3_vtab_disti... |
commit | commitdiff | tree |
2022-02-02 |
drh | Improved documentation for sqlite3_vtab_in(). No code... |
commit | commitdiff | tree |
2022-02-02 |
drh | Relax the restriction that the RHS of the IN operator... |
commit | commitdiff | tree |
2022-02-02 |
drh | Be sure that sqlite3_vtab_in_first() and _next() set... |
commit | commitdiff | tree |
2022-02-02 |
drh | Refactor sqlite3_vtab_in() to make use of the existing |
commit | commitdiff | tree |
2022-02-01 |
drh | Tweaks to the sqlite3_vtab_in() interface. |
commit | commitdiff | tree |
2022-02-01 |
drh | Index in 2nd argument to sqlite3_vtab_in() should be... |
commit | commitdiff | tree |
2022-02-01 |
drh | Add new interfaces to enable virtual table to process... |
commit | commitdiff | tree |
2022-02-01 |
drh | CLI: Take extra care to not split a multi-byte unicode... |
commit | commitdiff | tree |
2022-02-01 |
drh | CLI: Add the --ww option as an alias for --wordwrap... |
commit | commitdiff | tree |
2022-02-01 |
larrybr | Add "--wordwrap on/off" option for CLI columnar modes... |
commit | commitdiff | tree |
2022-02-01 |
drh | CLI: In ".mode column" output, if any row contains... |
commit | commitdiff | tree |
2022-01-31 |
drh | CLI: for columnar output modes, make sure the header... |
commit | commitdiff | tree |
2022-01-31 |
drh | CLI: Fix a problem with tabs in the new qbox mode. |
commit | commitdiff | tree |
2022-01-31 |
drh | Fix harmless compiler warnings in MSVC. |
commit | commitdiff | tree |
2022-01-31 |
drh | Do not attempt to limit the number of columns used... |
commit | commitdiff | tree |
2022-01-31 |
drh | CLI: Enhancements to columnar output modes. (See |
commit | commitdiff | tree |
2022-01-31 |
drh | Fix an obscure problem in sqlite3_backup_init() caused by |
commit | commitdiff | tree |
2022-01-31 |
drh | CLI: Fix the new ".mode box" output so that it works... |
commit | commitdiff | tree |
2022-01-30 |
drh | CLI: For columnar modes ("box", "column", "table",... |
commit | commitdiff | tree |
2022-01-30 |
drh | Always enable all JSON tests, now that JSON is included... |
commit | commitdiff | tree |
2022-01-30 |
drh | Remove a faulty NEVER(). Fix for dbsqlfuzz 4678cf825d2... |
commit | commitdiff | tree |
2022-01-29 |
drh | Documentation enhancements. No code changes. |
commit | commitdiff | tree |
2022-01-28 |
drh | Add the SQLITE_INDEX_CONSTRAINT_LIMIT and SQLITE_INDEX_... |
commit | commitdiff | tree |
2022-01-28 |
drh | Add a NEVER() on an unreachable branch. vtab-limit-offset |
commit | commitdiff | tree |
2022-01-28 |
drh | When nesting Parse objects, make sure the new one has... |
commit | commitdiff | tree |
2022-01-28 |
drh | Include hidden columns of table valued functions that... |
commit | commitdiff | tree |
2022-01-28 |
drh | Remove a NEVER() that has become reachable now that... |
commit | commitdiff | tree |
2022-01-28 |
drh | Enable SQLITE_INDEX_CONSTRAINT_LIMIT/OFFSET even if... |
commit | commitdiff | tree |
2022-01-27 |
drh | Query planner always honors the aConstraintUsage[]... |
commit | commitdiff | tree |
2022-01-27 |
drh | Make LIMIT and OFFSET values available to sqlite3_vtab_... |
commit | commitdiff | tree |
2022-01-27 |
drh | Give the virtual table xBestIndex method access to... |
commit | commitdiff | tree |
2022-01-27 |
drh | Enforce the restriction that 'unixepoch' only works... |
commit | commitdiff | tree |
2022-01-25 |
drh | Minor adjustment to error handling in sqlite3FinishCodi... |
commit | commitdiff | tree |
2022-01-24 |
drh | Remove an unnecessary assert() that is sometimes not... |
commit | commitdiff | tree |
2022-01-24 |
drh | New dbsqlfuzz cases added to test/fuzzdata8.db. |
commit | commitdiff | tree |
2022-01-24 |
drh | One of the ALWAYS() macros in the previous check-in... |
commit | commitdiff | tree |
2022-01-24 |
drh | Add ALWAYS() macros. Change some existing ALWAYS(... |
commit | commitdiff | tree |
2022-01-24 |
drh | Remove many redundant checks for sqlite3.mallocFailed... |
commit | commitdiff | tree |
2022-01-24 |
drh | Make it so that any Parse object is always linked into... |
commit | commitdiff | tree |
2022-01-24 |
larrybr | Fix testcase for CLI .read recursion. |
commit | commitdiff | tree |
2022-01-24 |
drh | Make sure the sqlite3OomFault() routine sets an error... |
commit | commitdiff | tree |
2022-01-24 |
dan | Ensure that any error encountered while coding a trigge... |
commit | commitdiff | tree |
2022-01-24 |
larrybr | Limit CLI input redirect nesting |
commit | commitdiff | tree |
2022-01-22 |
drh | Add support for the sqlite3_vtab_distinct() interface... |
commit | commitdiff | tree |
2022-01-22 |
drh | Bring sqlite3_vtab_distinct() up to spec so that it... sqlite3_vtab_distinct |
commit | commitdiff | tree |
2022-01-22 |
drh | Iimproved documentation for sqlite3_vtab_distinct(... |
commit | commitdiff | tree |
2022-01-22 |
drh | Omit the WhereLoopBuilder.pOrderBy field, which is... |
commit | commitdiff | tree |
2022-01-22 |
drh | An initial attempt to implement sqlite3_vtab_distinct(). |
commit | commitdiff | tree |
2022-01-21 |
drh | Update evidence marks for the latest changes to the... |
commit | commitdiff | tree |
2022-01-21 |
drh | Fix some of the new date/time function features to... |
commit | commitdiff | tree |
2022-01-21 |
drh | When computing a vector to be used as a key for an... |
commit | commitdiff | tree |
2022-01-21 |
drh | Add the sqlite3_vtab_rhs_value() interface, allowing... |
commit | commitdiff | tree |
2022-01-21 |
drh | Add requirements marks and tuning. sqlite3_vtab_rhs_value |
commit | commitdiff | tree |
2022-01-20 |
drh | Test cases for sqlite3_vtab_rhs_value() based on the... |
commit | commitdiff | tree |
2022-01-20 |
drh | Enhancements to the qpvtab virtual table to make it... |
commit | commitdiff | tree |
2022-01-20 |
drh | Initial implementation of the sqlite3_vtab_rhs_value... |
commit | commitdiff | tree |
2022-01-20 |
drh | A better and more robust fix for the problem of reading... |
commit | commitdiff | tree |
2022-01-20 |
drh | Fix harmless scan-build warnings. |
commit | commitdiff | tree |
2022-01-20 |
drh | Fix the ability to read read-only WAL-mode database... |
commit | commitdiff | tree |
2022-01-19 |
drh | Fix a test result for alterauth2.test due to the recent... |
commit | commitdiff | tree |
2022-01-18 |
drh | Fix ALTER TABLE DROP COLUMN so that it invokes the... |
commit | commitdiff | tree |
2022-01-17 |
drh | Allow an "IntReal" value to count as a REAL when checki... |
commit | commitdiff | tree |
2022-01-17 |
drh | Fix incorrect testcase() and assert() macros in json... |
commit | commitdiff | tree |
2022-01-17 |
drh | Never allow the b-tree layers view of the number of... |
commit | commitdiff | tree |
2022-01-16 |
drh | Fix test cases so that they all still work even with... |
commit | commitdiff | tree |
2022-01-16 |
drh | Fix ALTER TABLE so that it works even when compiled... |
commit | commitdiff | tree |
2022-01-14 |
drh | Remove code from lemon.c that was made superfluous by |
commit | commitdiff | tree |
2022-01-14 |
drh | Fix a NEVER() in the byte-code engine that can sometime... |
commit | commitdiff | tree |
2022-01-14 |
larrybr | For .import schema, quote it as for other identifiers. |
commit | commitdiff | tree |
2022-01-13 |
larrybr | Add --schema S option to .import |
commit | commitdiff | tree |
2022-01-12 |
drh | When the result of a subquery is to be stored in a... |
commit | commitdiff | tree |
2022-01-12 |
larrybr | Make tool/mctimec.tcl effect more regular and obvious |
commit | commitdiff | tree |
2022-01-12 |
drh | Fix mkctimec.tcl with the updated compile-time options... |
commit | commitdiff | tree |
2022-01-12 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2022-01-11 |
drh | Merge the JSON interface into the core. Add -> and... |
commit | commitdiff | tree |
2022-01-11 |
drh | Remove vestigial traces of json_ntype(). json-in-core |
commit | commitdiff | tree |
2022-01-11 |
drh | Fix the PG-compatible -> and ->> path parsing. |
commit | commitdiff | tree |
2022-01-10 |
drh | Fix typo in the json-enhancements.md document. |
commit | commitdiff | tree |
2022-01-10 |
drh | Implement the new PG-compliant versions of the -> and... |
commit | commitdiff | tree |
2022-01-10 |
drh | New proposal for -> and ->> operators. |
commit | commitdiff | tree |
2022-01-09 |
drh | Typo fix in doc/json-enhancements.md. |
commit | commitdiff | tree |
2022-01-09 |
drh | Update the doc/json-enhancements.md document to better... |
commit | commitdiff | tree |
2022-01-09 |
drh | Do not enclude ENABLE_JSON1 in the compile-time options. |
commit | commitdiff | tree |
2022-01-09 |
drh | Merge trunk enhancements into the json-in-core branch. |
commit | commitdiff | tree |
2022-01-09 |
drh | Add a new built-in subtype() function. |
commit | commitdiff | tree |
2022-01-08 |
drh | Add NEVER() macros to two branches that became unreacha... |
commit | commitdiff | tree |
2022-01-08 |
drh | Add function format() as an alias for printf(), for... |
commit | commitdiff | tree |
2022-01-08 |
drh | Merge the JSON function enhancements from the json... |
commit | commitdiff | tree |
2022-01-08 |
drh | Improved commenting of changes in the json1.c extension. |
commit | commitdiff | tree |
2022-01-07 |
drh | Notes on the JSON enhancement proposals. |
commit | commitdiff | tree |
2022-01-07 |
drh | Reverse the meaningn of -> and ->>. ->> raises an... |
commit | commitdiff | tree |
2022-01-07 |
drh | Change the -> operator to use json_extract(). The... |
commit | commitdiff | tree |
2022-01-07 |
drh | New json_nextract() function that works like json_extra... |
commit | commitdiff | tree |
2022-01-07 |
drh | Add the json_ntype() SQL function. Works like the... |
commit | commitdiff | tree |
2022-01-07 |
drh | Accept abbreviated JSON Paths on the right-hand side... |
commit | commitdiff | tree |
2022-01-07 |
drh | Add new binary operators "->" and "->>" to the parser... |
commit | commitdiff | tree |
2022-01-06 |
mistachkin | Add the '-guard:cf' compiler option for Windows 10... |
commit | commitdiff | tree |
2022-01-06 |
drh | An attempt to integrate the JSON functions directly... |
commit | commitdiff | tree |
next |