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 |
2021-07-05 |
drh | Add the ATOMIC_INTRINSICS compile-time output output... |
commit | commitdiff | tree |
2021-07-05 |
dan | Revert [5204c2c4a7b73a64], restoring the old pre-proces... |
commit | commitdiff | tree |
2021-07-05 |
dan | Allow sub-queries in the FROM clause of an UPDATE.... |
commit | commitdiff | tree |
2021-07-05 |
drh | Improved rebustness in sqlite3ExprListDup() when it... |
commit | commitdiff | tree |
2021-07-05 |
drh | Ensure that TK_SELECT_COLUMN Expr nodes always have... |
commit | commitdiff | tree |
2021-07-05 |
drh | Fix an incorrect comment on testcase misc1-27.0. No... |
commit | commitdiff | tree |
2021-07-04 |
drh | Enhance the treeview debugging mechanism so that it... |
commit | commitdiff | tree |
2021-07-03 |
drh | Fix a (harmless) typo in a comment. No code changes. |
commit | commitdiff | tree |
2021-07-03 |
drh | In the PRAGMA foreign_key_check, ensure that sufficient... |
commit | commitdiff | tree |
2021-07-02 |
drh | Put ALWAYS() on a branch that is always true due to... |
commit | commitdiff | tree |
2021-07-02 |
drh | Fix a harmless assertion fault discovered by |
commit | commitdiff | tree |
2021-07-01 |
dan | Allow unqualified "rowid" references to be used in... |
commit | commitdiff | tree |
2021-07-01 |
drh | Import the updated nmakehlp.c file used by the TCL... |
commit | commitdiff | tree |
2021-06-30 |
dan | Fix a memory leak in fts5 that could occur when process... |
commit | commitdiff | tree |
2021-06-30 |
dan | Fix an assert() in fts5 that might fail when dealing... |
commit | commitdiff | tree |
2021-06-30 |
drh | Do not enforce the SQLITE_LIMIT_FUNCTION_ARG limit... |
commit | commitdiff | tree |
2021-06-28 |
dan | When generating data for a RETURNING clause, avoid... |
commit | commitdiff | tree |
2021-06-25 |
drh | The OP_ReopenIdx opcode should clear the cursor if... |
commit | commitdiff | tree |
2021-06-25 |
drh | Remove a redundant "ANALYZE" line from the ".fullschema... |
commit | commitdiff | tree |
2021-06-25 |
drh | Fix a bug in the ".fullschema" dot-command of the CLI... |
commit | commitdiff | tree |
2021-06-25 |
larrybr | Document sqlite3_wal_hook() return. |
commit | commitdiff | tree |
2021-06-24 |
drh | Allow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open... |
commit | commitdiff | tree |
2021-06-23 |
larrybr | Make conditional nature of sqlite3_normalized_sql(... |
commit | commitdiff | tree |
2021-06-23 |
larrybr | Fully incorporate *_changes64() API improvement. |
commit | commitdiff | tree |
2021-06-23 |
drh | Show CROSS JOINs in the TreeView debuggingn output. |
commit | commitdiff | tree |
2021-06-23 |
dan | Fix a problem handling ORDER BY terms of the form ... |
commit | commitdiff | tree |
2021-06-22 |
drh | When an index is used by all branches of the WHERE_MULT... |
commit | commitdiff | tree |
2021-06-22 |
dan | Add the sqlite3_changes64() and sqlite3_total_changes64... |
commit | commitdiff | tree |
2021-06-22 |
dan | Fix a problem causing sqlite3_changes() to return an... |
commit | commitdiff | tree |
2021-06-22 |
dan | Ensure that the cell array used in balance_nonroot... |
commit | commitdiff | tree |
2021-06-20 |
drh | Load recent dbsqlfuzz cases into test/fuzzdata8.db. |
commit | commitdiff | tree |
2021-06-20 |
drh | Remove a NEVER() that is reachable by a corrupt database. |
commit | commitdiff | tree |
2021-06-20 |
drh | Do not allow an SQLITE_CORRUPT error to mask a prior... |
commit | commitdiff | tree |
2021-06-19 |
drh | Remove unnecessary (redundant) variable initialization... |
commit | commitdiff | tree |
2021-06-19 |
drh | The previous check-in is a significant change to btree... |
commit | commitdiff | tree |
2021-06-19 |
drh | Split the sqlite3BtreeMovetoUnpacked() routine into... |
commit | commitdiff | tree |
2021-06-18 |
drh | Version 3.36.0 version-3.36.0 |
commit | commitdiff | tree |
2021-06-16 |
drh | Add an ALWAYS on a branch in STAT4-only logic that... |
commit | commitdiff | tree |
2021-06-16 |
dan | Omit a handful of tests from pager1.test when testing... |
commit | commitdiff | tree |
2021-06-16 |
dan | Do not run test file sessionbig.test on 32-bit platform... |
commit | commitdiff | tree |
2021-06-16 |
drh | Adjust the mkshellc.tcl script so that the generated... |
commit | commitdiff | tree |
next |