2022-02-09 |
drh | Prototype implementation of IF EXISTS and IF NOT EXISTS... alter-table-if-exists |
commit | commitdiff | tree |
2022-02-08 |
drh | Writes to the subjournal should be all-or-nothing.... |
commit | commitdiff | tree |
2022-02-08 |
drh | Provide sqlite3_error_offset() data for some new errors. |
commit | commitdiff | tree |
2022-02-08 |
larrybr | comment-only change to sqlite3.h |
commit | commitdiff | tree |
2022-02-08 |
drh | Do not show the error code number of CLI error messages... |
commit | commitdiff | tree |
2022-02-08 |
drh | Improved error message formatting in the shell. Distin... |
commit | commitdiff | tree |
2022-02-07 |
drh | Disable the sqlite3_error_offset() when the error occur... |
commit | commitdiff | tree |
2022-02-07 |
larrybr | When create table/view fails due to name taken, say... |
commit | commitdiff | tree |
2022-02-06 |
drh | Fix unreachable branches in the sqlite3_error_offset... |
commit | commitdiff | tree |
2022-02-06 |
drh | The sqlite3_vtab_in() interface should return false... |
commit | commitdiff | tree |
2022-02-06 |
drh | With the new ALTER TABLE under PRAGMA writable_schema... |
commit | commitdiff | tree |
2022-02-06 |
drh | Faster computation of Expr.nHeight. |
commit | commitdiff | tree |
2022-02-06 |
drh | Record the error offset on INTEGER tokens. |
commit | commitdiff | tree |
2022-02-06 |
drh | Further improvements to localization of errors in input... |
commit | commitdiff | tree |
2022-02-05 |
drh | Enhance sqlite3_error_offset() to report the position... |
commit | commitdiff | tree |
2022-02-05 |
drh | Record the position of many identifiers in the parse... |
commit | commitdiff | tree |
2022-02-05 |
drh | Update stale evidence marks on sqlite3_vtab_rhs_value... |
commit | commitdiff | tree |
2022-02-05 |
drh | When PRAGMA writable_schema=ON, allow ALTER TABLE to... |
commit | commitdiff | tree |
2022-02-05 |
drh | Fix a NULL pointer dereference that can occur after... relaxed-alter-table |
commit | commitdiff | tree |
2022-02-05 |
drh | Fix documentation typo. |
commit | commitdiff | tree |
2022-02-05 |
drh | Typo fixes in documentation. |
commit | commitdiff | tree |
2022-02-04 |
drh | Test case for permissive ALTER TABLE RENAME when writab... |
commit | commitdiff | tree |
2022-02-04 |
drh | One more case of disabling errors for ALTER TABLE RENAM... |
commit | commitdiff | tree |
2022-02-04 |
drh | Add a compile-time option to include vt02.c in fuzzcheck. |
commit | commitdiff | tree |
2022-02-04 |
drh | Allow ALTER TABLE RENAME COLUMN to proceed even if... |
commit | commitdiff | tree |
2022-02-04 |
drh | Fix various harmless compiler warnings. |
commit | commitdiff | tree |
2022-02-04 |
drh | For the MULTI-INDEX-OR optimization, when pushing down... |
commit | commitdiff | tree |
2022-02-03 |
drh | Minor typo fix in comment. No code changes. |
commit | commitdiff | tree |
2022-02-03 |
drh | Do not allow the vdbe-compress.tcl script to generate... |
commit | commitdiff | tree |
2022-02-03 |
drh | Prohibit schema changes within xBestIndex callbacks. |
commit | commitdiff | tree |
2022-02-02 |
drh | Improvement to the sqlite3_vtab_in_first() documentation. |
commit | commitdiff | tree |
2022-02-02 |
drh | Add the sqlite3_vtab_in() interface that allows virtual... |
commit | commitdiff | tree |
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-02 |
drh | Fix a harmless code indentation issue. |
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 |
next |