2022-03-05 |
drh | Remove a NEVER() associated with sqlite_offset()> |
commit | commitdiff | tree |
2022-03-05 |
drh | Fix the 'localtime' modifier in date/time functions... |
commit | commitdiff | tree |
2022-03-05 |
drh | Further improvements to the sqlite_offset() function. |
commit | commitdiff | tree |
2022-03-05 |
drh | Fix the sqlite_offset() function so that it gives the... |
commit | commitdiff | tree |
2022-03-05 |
drh | Update obsolete text in the ICU README.txt file talking... |
commit | commitdiff | tree |
2022-03-04 |
drh | Do try to evaluate the Bloom filter on a LEFT JOIN... |
commit | commitdiff | tree |
2022-03-04 |
drh | When setting an sqlite3_value object to a pointer value... |
commit | commitdiff | tree |
2022-03-03 |
drh | Restore the ability to push-down OR subterms of the... |
commit | commitdiff | tree |
2022-03-03 |
drh | Make sure the xParseCell and xCellSize methods of the... |
commit | commitdiff | tree |
2022-03-03 |
drh | Fix for the problem identified in |
commit | commitdiff | tree |
2022-03-03 |
drh | Add the new OP_BeginSubrtn opcode (which is really... |
commit | commitdiff | tree |
2022-03-02 |
drh | Bloom filter pull-down optimization is incompatible... |
commit | commitdiff | tree |
2022-03-02 |
drh | Faster version of sqlite3VdbeMemRelease(). |
commit | commitdiff | tree |
2022-03-02 |
drh | Reinstate the releaseMemArray() performance optimization of |
commit | commitdiff | tree |
2022-03-02 |
drh | The optimization at [ece326db50201937] is not quite... |
commit | commitdiff | tree |
2022-03-02 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2022-03-02 |
drh | The performance optimizations at [bb520293d8c11518... |
commit | commitdiff | tree |
2022-03-01 |
drh | The MemPage.aDataEnd field should point to the end... |
commit | commitdiff | tree |
2022-03-01 |
drh | Fix a minor typo in a comment. |
commit | commitdiff | tree |
2022-03-01 |
drh | Fix two assert() statements in btree.c which were not... |
commit | commitdiff | tree |
2022-03-01 |
drh | Fix slightly-incorrect assert() statements. |
commit | commitdiff | tree |
2022-03-01 |
drh | Increase the max_page_count on ROLLBACK, if necessary... |
commit | commitdiff | tree |
2022-02-28 |
drh | Fix the Xfer-optimization on the INSERT statement so... |
commit | commitdiff | tree |
2022-02-28 |
drh | Reorganize the bits in Mem.flags. Free up one bit... |
commit | commitdiff | tree |
2022-02-28 |
drh | Expand the comment on the definition of the Mem object... |
commit | commitdiff | tree |
2022-02-28 |
drh | Performance optimization in initMemArray() saves about... |
commit | commitdiff | tree |
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 |
next |