2022-02-28 |
drh | The performance increase in the previous check-in of... optimize-init-mem |
commit | commitdiff | tree |
2022-02-28 |
drh | An optimization to initMemArray() saves almost 500K... |
commit | commitdiff | tree |
2022-02-28 |
drh | Avoid unnecessary deinitialization of the Mem.flags... |
commit | commitdiff | tree |
2022-02-27 |
drh | Cache values of UnpackedRecord.aMem[0] into new fields... |
commit | commitdiff | tree |
2022-02-27 |
drh | Bypass a single branch in vdbeRecordCompareString(... |
commit | commitdiff | tree |
2022-02-26 |
drh | Remove an unnecessary local variable for a small perfor... |
commit | commitdiff | tree |
2022-02-26 |
drh | Allow the OP_Column opcode to read rows that are larger... |
commit | commitdiff | tree |
2022-02-25 |
drh | Revise the initialization processing for OP_Column... |
commit | commitdiff | tree |
2022-02-25 |
drh | Fix the OP_NullRow documentation so that it accurately... |
commit | commitdiff | tree |
2022-02-25 |
drh | Improved comment on the codeDeferredSeek() routine... |
commit | commitdiff | tree |
2022-02-25 |
drh | Fix unimportant typos in comment text. |
commit | commitdiff | tree |
2022-02-25 |
drh | Invoking SQLITE_TESTCTRL_INTERNAL_FUNCTIONS causes... |
commit | commitdiff | tree |
2022-02-25 |
drh | Remove unused P4 types on the Opcode object. Saves... |
commit | commitdiff | tree |
2022-02-24 |
drh | Change the OP_Next and OP_Prev opcodes so that they... |
commit | commitdiff | tree |
2022-02-24 |
larrybr | Spell fix, no code change |
commit | commitdiff | tree |
2022-02-24 |
drh | Fix an assert() so that it is still valid following... |
commit | commitdiff | tree |
2022-02-24 |
drh | Update the version number of version 3.39.0 for the... |
commit | commitdiff | tree |
2022-02-23 |
drh | Add a new subclass for MemPage.xCellSize specifically... |
commit | commitdiff | tree |
2022-02-23 |
drh | Optimize calls to get2byte() in btree.c for almost... |
commit | commitdiff | tree |
2022-02-23 |
drh | Defer the check for error check Pgno zero until after... |
commit | commitdiff | tree |
2022-02-23 |
drh | Store the page number for the PENDING_BYTE page in... |
commit | commitdiff | tree |
2022-02-22 |
drh | For the "PRAGMA database_list" statement, do not check... |
commit | commitdiff | tree |
2022-02-22 |
drh | Version 3.38.0 version-3.38.0 |
commit | commitdiff | tree |
2022-02-22 |
drh | Fix an undersized memory allocation in the test harness... |
commit | commitdiff | tree |
2022-02-21 |
drh | Fix compiler warnings for older compilers (ex: gcc... |
commit | commitdiff | tree |
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 |
next |