2021-08-20 |
drh | Improved error messages for the SQLITE_CONSTRAINT_DATAT... strict-tables |
commit | commitdiff | tree |
2021-08-20 |
drh | Do not allow the xfer-optimization to move the content... |
commit | commitdiff | tree |
2021-08-19 |
drh | Improved comments. Fewer opcodes for integrity_check... |
commit | commitdiff | tree |
2021-08-19 |
drh | Enhance PRAGMA integrity_check so that it verifies... |
commit | commitdiff | tree |
2021-08-19 |
drh | STRICT tables require all fields of the PRIMARY KEY... |
commit | commitdiff | tree |
2021-08-18 |
drh | Merge the WITHOUT ROWID, NOT NULL ON CONFLICT bug fix... |
commit | commitdiff | tree |
2021-08-18 |
drh | Fix ON CONFLICT clause processing for NOT NULL constrai... |
commit | commitdiff | tree |
2021-08-18 |
drh | Trying to insert an incorrect datatype into a STRICT... |
commit | commitdiff | tree |
2021-08-18 |
drh | What would it be like if you could add the keyword... |
commit | commitdiff | tree |
2021-08-18 |
drh | Rename the Column.eType field to Column.eCType - with... |
commit | commitdiff | tree |
2021-08-17 |
drh | Fix an off-by-one error in the error-handling logic... |
commit | commitdiff | tree |
2021-08-12 |
dan | By default, do not use memory mapping to access the... |
commit | commitdiff | tree |
2021-08-11 |
drh | During DELETE, if an index entry is missing, do not... |
commit | commitdiff | tree |
2021-08-11 |
drh | Do not apply the push-down optimization to CTE subqueri... |
commit | commitdiff | tree |
2021-08-11 |
drh | Improved comment on the OP_OpenDup used to get a new... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix a compiler warning in pcache1. Reduce the maximum... |
commit | commitdiff | tree |
2021-08-09 |
mistachkin | Further improvements to the eOpenState bit values. |
commit | commitdiff | tree |
2021-08-09 |
drh | Ensure that the pcache1 cache size does not get so... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix harmless compiler warnings and improve the presenta... |
commit | commitdiff | tree |
2021-08-09 |
drh | Undocumented "--threadsafe N" option added to the CLI... |
commit | commitdiff | tree |
2021-08-09 |
drh | Improved Hamming bit-distance between the SQLITE_STATE... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix comments associated with sqlite3.eOpenState. No... |
commit | commitdiff | tree |
2021-08-07 |
drh | Refactor sqlite3.magic into sqlite3.eOpenState. |
commit | commitdiff | tree |
2021-08-06 |
dan | Fix an RBU problem with restarting an update after... |
commit | commitdiff | tree |
2021-08-06 |
drh | Attempt to fix the showwal.c utility program so that... |
commit | commitdiff | tree |
2021-08-06 |
drh | Fix harmless compiler warnings. Omit redundant copies... |
commit | commitdiff | tree |
2021-08-05 |
drh | Store the collating sequence name for each column of... |
commit | commitdiff | tree |
2021-08-04 |
drh | Add NEVER() macros on recently introduced unreachable... |
commit | commitdiff | tree |
2021-08-04 |
drh | Always prefer built-in SQL functions over app-defined... |
commit | commitdiff | tree |
2021-08-04 |
dan | Avoid using LIKE with the target db in RBU. It is possi... |
commit | commitdiff | tree |
2021-08-03 |
drh | Fix the build for SQLITE_ENABLE_UPDATE_DELETE_LIMIT. |
commit | commitdiff | tree |
2021-08-03 |
drh | Improved harmony with the reuse-schema branch. |
commit | commitdiff | tree |
2021-08-02 |
drh | Refactor field names in the Column object, zCnName... |
commit | commitdiff | tree |
2021-08-02 |
drh | Refactor the Table object to reduce its memory footprint. |
commit | commitdiff | tree |
2021-07-31 |
drh | Refactor the way that DEFAULT expressions are stored... |
commit | commitdiff | tree |
2021-07-30 |
drh | Recognize certain standard datatypes ("INT", "INTEGER... |
commit | commitdiff | tree |
2021-07-30 |
drh | If a generated column uses the optional keywords GENERA... |
commit | commitdiff | tree |
2021-07-30 |
drh | Avoid clownfeet in the names columns when the column... |
commit | commitdiff | tree |
2021-07-30 |
drh | Reduce clownfooting in the allocation of the Table... |
commit | commitdiff | tree |
2021-07-29 |
drh | Enhance the wal.c source file with an ASCII-art schemat... |
commit | commitdiff | tree |
2021-07-29 |
drh | Improvements to asserts to enforce magic numbers in... |
commit | commitdiff | tree |
2021-07-29 |
drh | Complete warning-free build on old PPC iBook. wal-asserts |
commit | commitdiff | tree |
2021-07-29 |
drh | Fix an error in one of the assert() statements added... |
commit | commitdiff | tree |
2021-07-29 |
drh | Minor tweaks to various TCL build scripts so that they... |
commit | commitdiff | tree |
2021-07-29 |
drh | Improve comments and add new assert() statements in... |
commit | commitdiff | tree |
2021-07-29 |
drh | Remove ALWAYS() macros that can be true if the internal... |
commit | commitdiff | tree |
2021-07-28 |
dan | Add test case to ensure that sessions works with DELETE... |
commit | commitdiff | tree |
2021-07-28 |
drh | Fix a harmless uninitialized variable read that occurs... |
commit | commitdiff | tree |
2021-07-28 |
drh | Reduce the scope of a variable in order to fix a harmle... |
commit | commitdiff | tree |
2021-07-26 |
larrybr | Remove sqldiff --visible-controls option, make it alway... |
commit | commitdiff | tree |
2021-07-26 |
larrybr | Give sqldiff --visible-controls option to deal with... |
commit | commitdiff | tree |
2021-07-23 |
drh | Enhance the CLI with the ".connection" command that... |
commit | commitdiff | tree |
2021-07-22 |
drh | Set the checkSchema flag if a CREATE TABLE parse fails... |
commit | commitdiff | tree |
2021-07-22 |
drh | Fix ALTER TABLE DROP COLUMN so that it generates valid... |
commit | commitdiff | tree |
2021-07-22 |
drh | One of the optimizations of check-in [de9c86c9e4cdb34f... |
commit | commitdiff | tree |
2021-07-21 |
drh | Improved robustness of cursor renumbering in the UNION... |
commit | commitdiff | tree |
2021-07-20 |
drh | Run a "PRAGMA quick_check", if necessary, on the modifi... |
commit | commitdiff | tree |
2021-07-20 |
dan | Avoid a malfunction that could occur if the same correl... |
commit | commitdiff | tree |
2021-07-20 |
drh | Fix issues in the new ADD COLUMN constraint checking... add-column-constraint-check |
commit | commitdiff | tree |
2021-07-20 |
drh | Demonstration code to show how NOT NULL and CHECK const... |
commit | commitdiff | tree |
2021-07-20 |
drh | It does not work to deserialized into TEMP, so do not... |
commit | commitdiff | tree |
2021-07-20 |
mistachkin | Fix compilation of 'threadtest3' for some older version... |
commit | commitdiff | tree |
2021-07-19 |
drh | More precision in comparing integers and floating point... |
commit | commitdiff | tree |
2021-07-19 |
dan | Updates so that "threadtest3[.exe]" can be built for... |
commit | commitdiff | tree |
2021-07-19 |
dan | In defensive mode, allow statements that write to shado... |
commit | commitdiff | tree |
2021-07-19 |
mistachkin | Fix minor spacing issues in the MSVC makefile. |
commit | commitdiff | tree |
2021-07-16 |
drh | Try to omit the ORDER BY clause in subqueries if doing... |
commit | commitdiff | tree |
2021-07-16 |
drh | Minor comment improvements. omit-subquery-order-by |
commit | commitdiff | tree |
2021-07-16 |
larrybr | De-typo sqlite3_expanded_sql() doc |
commit | commitdiff | tree |
2021-07-16 |
drh | Modify the generate_series() table-valued functions... |
commit | commitdiff | tree |
2021-07-16 |
drh | Fix the "main.mk" makefile so that "series.c" is a... |
commit | commitdiff | tree |
2021-07-16 |
drh | Get the "omit ORDER BY in FROM-clause subqueries" optim... |
commit | commitdiff | tree |
2021-07-15 |
mistachkin | By default, do not emit #line directives in the amalgam... |
commit | commitdiff | tree |
2021-07-15 |
drh | Attempt to omit ORDER BY clauses from FROM-clause subqu... |
commit | commitdiff | tree |
2021-07-15 |
drh | Change references to the schema table in sqlite3_analyz... |
commit | commitdiff | tree |
2021-07-14 |
dan | Fix a use-after-free error in ioerr.test caused by... |
commit | commitdiff | tree |
2021-07-13 |
mistachkin | Enhance comments pertaining to the interface linkage... |
commit | commitdiff | tree |
2021-07-13 |
mistachkin | Further revisions to #line handling for amalgamation... |
commit | commitdiff | tree |
2021-07-13 |
larrybr | Get correct #line tags into amalgamation for other... |
commit | commitdiff | tree |
2021-07-13 |
larrybr | Get #line tags into amalgamation, subject to configure. |
commit | commitdiff | tree |
2021-07-13 |
larrybr | Merge from trunk, rename tool option for its effect line_tags |
commit | commitdiff | tree |
2021-07-13 |
dan | Do not attempt to run Tcl sessions tests unless both... |
commit | commitdiff | tree |
2021-07-13 |
larrybr | Amalgamation has #line directives by default. Minor... |
commit | commitdiff | tree |
2021-07-09 |
larrybr | Clarify comment on sqlite3.h's interface decaration... |
commit | commitdiff | tree |
2021-07-09 |
dan | Fix an assert() that might fail if sqlite3_create_funct... |
commit | commitdiff | tree |
2021-07-09 |
drh | Enhance the sqlite3_create_function() interfaces to... |
commit | commitdiff | tree |
2021-07-09 |
dan | Add the usual "#ifdef __cplusplus" magic to header... |
commit | commitdiff | tree |
2021-07-09 |
larrybr | Allow CLI shell build to #include same user-specified... |
commit | commitdiff | tree |
2021-07-08 |
mistachkin | Rename optional SQLITE_CUSTOM_INC define to SQLITE_CUST... |
commit | commitdiff | tree |
2021-07-08 |
larrybr | Allow library build to #include a user-specified header. |
commit | commitdiff | tree |
2021-07-08 |
dan | Preserve and return to the user any error message retur... |
commit | commitdiff | tree |
2021-07-08 |
drh | Fix an issue with the SQLite Expert extension when... |
commit | commitdiff | tree |
2021-07-07 |
drh | Fix a harmless compiler warning in the "fuzzcheck"... |
commit | commitdiff | tree |
2021-07-07 |
drh | Fix a harmless compiler warning - duplicate local varia... |
commit | commitdiff | tree |
2021-07-07 |
drh | Follow-up to [68db1ff9c44fa9c3]: The number of registe... |
commit | commitdiff | tree |
2021-07-07 |
dan | Fix a recently introduced segfault that might occur... |
commit | commitdiff | tree |
2021-07-07 |
dan | Improve the error message in cases where there is a... |
commit | commitdiff | tree |
2021-07-07 |
dan | Instead of disallowing writes to fts5 tables if there... |
commit | commitdiff | tree |
2021-07-06 |
dan | Handle "<vector> IN (<vector>, <vector> ...)" in the... |
commit | commitdiff | tree |
2021-07-05 |
dan | Do not allow writes to an fts5 table if there are any... |
commit | commitdiff | tree |
next |