2022-04-26 |
drh | Cherry-pick various minor fixes from trunk into branch... |
commit | commitdiff | tree |
2022-04-25 |
drh | Reverse the order of two tests to stop a harmless initi... |
commit | commitdiff | tree |
2022-04-25 |
drh | Fix a problem with using multiple SQLITE_SUBTYPE functi... |
commit | commitdiff | tree |
2022-04-25 |
drh | Increase the version number to 3.38.3. |
commit | commitdiff | tree |
2022-04-25 |
drh | Fix a problem with automatic indexes introduced by |
commit | commitdiff | tree |
2022-04-04 |
drh | Fix two minor problems in the JSON functions associated... |
commit | commitdiff | tree |
2022-03-30 |
larrybr | Incorporate fix noted as absent by forum post https... |
commit | commitdiff | tree |
2022-03-26 |
drh | Version 3.38.2 version-3.38.2 |
commit | commitdiff | tree |
2022-03-25 |
drh | The "PRAGMA writable_schema=ON" flag should not allow... |
commit | commitdiff | tree |
2022-03-25 |
drh | Do not allow an #ifdef inside of an assert(), as gcc... |
commit | commitdiff | tree |
2022-03-25 |
drh | Bump the version number to 3.38.2. |
commit | commitdiff | tree |
2022-03-25 |
drh | Fix the Bloom-filter optimization so that it does not... |
commit | commitdiff | tree |
2022-03-22 |
drh | Ensure that database corruption does not cause the... |
commit | commitdiff | tree |
2022-03-22 |
drh | Harden the xShmLock method of both the unix and Windows... |
commit | commitdiff | tree |
2022-03-21 |
drh | Strengthen the defenses against corrupt databases in the |
commit | commitdiff | tree |
2022-03-21 |
drh | The previous assert() fix was not correct when building... |
commit | commitdiff | tree |
2022-03-21 |
drh | Fix the assert() that attempts to verify that the table... |
commit | commitdiff | tree |
2022-03-21 |
drh | Fix an assert() in sqlite3TableAffinity() that might... |
commit | commitdiff | tree |
2022-03-19 |
drh | Fix the zipfile extension so that it knows that a zero... |
commit | commitdiff | tree |
2022-03-17 |
drh | Another fix for a corner-case in sqlite_offset() -... |
commit | commitdiff | tree |
2022-03-14 |
drh | Disable trigger coding while running sqlite3_declare_vt... |
commit | commitdiff | tree |
2022-03-12 |
drh | Version 3.38.1 version-3.38.1 |
commit | commitdiff | tree |
2022-03-11 |
drh | Fix a case in fts5 where a corrupt database could cause... |
commit | commitdiff | tree |
2022-03-10 |
drh | Stronger defenses against corrupt schemas in the ALTER... |
commit | commitdiff | tree |
2022-03-10 |
larrybr | Doc improvements re sqlite3_column_text*() endianness... |
commit | commitdiff | tree |
2022-03-10 |
drh | Prevent a NULL-pointer dereference when trying to parse... |
commit | commitdiff | tree |
2022-03-10 |
drh | Check-in [642a0b4752743216] fixing sqlite_dbpage is... |
commit | commitdiff | tree |
2022-03-09 |
drh | Further refinements to the sqlite_offset() fix from... |
commit | commitdiff | tree |
2022-03-09 |
drh | Fix the sqlite_dbpage virtual table so that it starts... |
commit | commitdiff | tree |
2022-03-08 |
drh | Fix a potentially uninitialized local variable in the... |
commit | commitdiff | tree |
2022-03-07 |
drh | Disable an assert in moveToRoot() when the database... |
commit | commitdiff | tree |
2022-03-07 |
drh | Do not allocate new Trigger objects in the parser follo... |
commit | commitdiff | tree |
2022-03-07 |
drh | Fix the code generated for vector IN operator constrain... |
commit | commitdiff | tree |
2022-03-07 |
drh | Fix the .import problem in the CLI reported by |
commit | commitdiff | tree |
2022-03-06 |
drh | The sqlite_offset() function should be non-deterministic. |
commit | commitdiff | tree |
2022-03-06 |
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 | Increase the version number to 3.38.1. |
commit | commitdiff | tree |
2022-03-05 |
drh | Cherry-pick all bug fix changes since the 3.38.0 release. |
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 |
next |