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 |
2021-06-16 |
larrybr | Avoid ominous warning in showdb.c |
commit | commitdiff | tree |
2021-06-16 |
drh | Adjustments to requirement markings in comments. No... |
commit | commitdiff | tree |
2021-06-16 |
drh | Enhanced defense against integer overflow in ALTER... |
commit | commitdiff | tree |
2021-06-15 |
drh | Fix some #ifdefs so that builds work for all supported... |
commit | commitdiff | tree |
2021-06-15 |
drh | Fix an incorrect ifdef in the previous check-in. ifdef-update |
commit | commitdiff | tree |
2021-06-15 |
drh | Fix some minor #ifdef issues so that all of the support... |
commit | commitdiff | tree |
2021-06-15 |
drh | Update the "nmakehlp.c" utility program sources associa... |
commit | commitdiff | tree |
2021-06-15 |
drh | Add NULL checks on all sqlite3_vfs_find(0) calls. ... |
commit | commitdiff | tree |
2021-06-15 |
drh | Prevent an infinite loop in the trim() SQL function... |
commit | commitdiff | tree |
2021-06-14 |
drh | Fix typos in testcase() macros from check-in [c09d90eec... |
commit | commitdiff | tree |
2021-06-14 |
drh | In the authorizer, use SQLITE_DROP_INDEX, not SQLITE_DR... |
commit | commitdiff | tree |
2021-06-14 |
dan | Fix an ALTER TABLE problem with handling infinite loops... |
commit | commitdiff | tree |
2021-06-14 |
dan | Fix a test script problem in corruptN.test. |
commit | commitdiff | tree |
2021-06-14 |
drh | An index on the expression "likely(X)" should store... |
commit | commitdiff | tree |
2021-06-14 |
drh | Avoid allocating oversized column names in the sqllimit... |
commit | commitdiff | tree |
2021-06-13 |
drh | The opcode that preceeds OP_SeekScan is usually OP_IdxG... |
commit | commitdiff | tree |
2021-06-13 |
drh | Improved defense against OOM errors in sqliteInitOne(). |
commit | commitdiff | tree |
next |