2022-02-21 |
drh | Remove stray tab characters from auxiliary source code... |
commit | commitdiff | tree |
2022-02-21 |
drh | Add SQLITE_OMIT_JSON to the compile-time option test... |
commit | commitdiff | tree |
2022-02-21 |
drh | Do not allow error messages from sqlite3NestedParse... |
commit | commitdiff | tree |
2022-02-19 |
larrybr | Improve .backup and .save help text |
commit | commitdiff | tree |
2022-02-19 |
drh | Add a NEVER() to a branch that is unreachable for STAT4. |
commit | commitdiff | tree |
2022-02-17 |
drh | Enhance the documentation on sqlite3_stmt_readonly... |
commit | commitdiff | tree |
2022-02-17 |
drh | Remove references to the now-defunct SQLITE_ENABLE_JSON... |
commit | commitdiff | tree |
2022-02-17 |
drh | Fix a testing error on Windows that was recently added... |
commit | commitdiff | tree |
2022-02-16 |
drh | Make the sqlite3_error_offset() interface accessible... |
commit | commitdiff | tree |
2022-02-15 |
drh | Improved rendering of floating point numbers without... |
commit | commitdiff | tree |
2022-02-15 |
drh | New assert() statements to help prove correctness of... |
commit | commitdiff | tree |
2022-02-14 |
drh | Generalize the in-memory journal so that it is able... |
commit | commitdiff | tree |
2022-02-14 |
larrybr | CLI .import can auto-rename non-unique column names... |
commit | commitdiff | tree |
2022-02-14 |
drh | Minor correction to the early corruption detection... |
commit | commitdiff | tree |
2022-02-14 |
drh | Fix a bad assert() (it needs an "||CORRUPT_DB" term... |
commit | commitdiff | tree |
2022-02-14 |
larrybr | CLI's .import column rename made more minimal, and... auto-column |
commit | commitdiff | tree |
2022-02-13 |
larrybr | Sync w/trunk, fix zAutoColumns placement blunder, all... |
commit | commitdiff | tree |
2022-02-12 |
dan | Do not run merge1.test with SQLITE_OMIT_VIRTUALTABLE... |
commit | commitdiff | tree |
2022-02-12 |
dan | Fix a possible user-after-free in ALTER TABLE found... |
commit | commitdiff | tree |
2022-02-12 |
dan | Update fuzz.test to account for a change in error messa... |
commit | commitdiff | tree |
2022-02-12 |
dan | Avoid dropping SQLITE_TOOBIG errors in the quote()... |
commit | commitdiff | tree |
2022-02-12 |
larrybr | For .import auto-column, aid build-time override of... |
commit | commitdiff | tree |
2022-02-12 |
larrybr | Fix auto-column bug noted by post https://sqlite.org... |
commit | commitdiff | tree |
2022-02-12 |
larrybr | Sync w/trunk, allow build-time override of auto-column... |
commit | commitdiff | tree |
2022-02-11 |
drh | Fix a test in without_rowid1.test so that it is disable... |
commit | commitdiff | tree |
2022-02-11 |
dan | Update some OOM tests of the ALTER TABLE command to... |
commit | commitdiff | tree |
2022-02-11 |
drh | Load recent dbsqlfuzz finds into test/fuzzdata8.db. |
commit | commitdiff | tree |
2022-02-11 |
drh | Reference the wayback machine for the dead hyperlink... |
commit | commitdiff | tree |
2022-02-11 |
drh | Fix an assert() in the pager by adding "|| CORRUPT_DB... |
commit | commitdiff | tree |
2022-02-11 |
dan | Fix a problem in [c006515ae6faff65] causing an assert... |
commit | commitdiff | tree |
2022-02-11 |
drh | Use the enhanced SQLITE_TESTCTRL_LOCALTIME_FAULT (2... |
commit | commitdiff | tree |
2022-02-11 |
larrybr | Upon .import column renaming, issue message saying... |
commit | commitdiff | tree |
2022-02-11 |
drh | Fix the bind2.test test script so that it works even if |
commit | commitdiff | tree |
2022-02-11 |
drh | Work around the MSVC bug that prevents the use of funct... |
commit | commitdiff | tree |
2022-02-11 |
larrybr | CLI auto-column rename revamped after forum discussion. |
commit | commitdiff | tree |
2022-02-10 |
drh | Fix SQLITE_TESTCTRL_LOCALTIME_FAULT so that it works... |
commit | commitdiff | tree |
2022-02-10 |
drh | Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is... |
commit | commitdiff | tree |
2022-02-10 |
drh | Performance improve to the 'localtime' and 'utc' modifi... |
commit | commitdiff | tree |
2022-02-10 |
drh | Faster implementation of the date(), time(), and dateti... |
commit | commitdiff | tree |
2022-02-10 |
drh | Fix the test harness so that it builds without SQLITE_E... |
commit | commitdiff | tree |
2022-02-10 |
larrybr | A CLI feature. auto .import (new table) columns. WIP |
commit | commitdiff | tree |
2022-02-10 |
larrybr | Create new branch named "auto-column" |
commit | commitdiff | tree |
2022-02-10 |
drh | Fix a typo in documentation. No code changes. |
commit | commitdiff | tree |
2022-02-09 |
drh | When process first moves a database into WAL mode and... |
commit | commitdiff | tree |
2022-02-09 |
dan | Fix a problem with using sqlite3_bind_value() with... |
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 |
next |