2020-01-17 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree |
2020-01-17 |
drh | The compress() function should not be deterministic... |
commit | commitdiff | tree |
2020-01-17 |
drh | Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT... |
commit | commitdiff | tree |
2020-01-17 |
drh | Improved rounding in the 'unixepoch' feature of the... |
commit | commitdiff | tree |
2020-01-17 |
dan | Update test script instrfault.test to account for the... |
commit | commitdiff | tree |
2020-01-17 |
dan | Fix a case in "fuzz.test" that could fail, as non-deter... |
commit | commitdiff | tree |
2020-01-16 |
drh | New testcase() macros in select.c, for coverage of... |
commit | commitdiff | tree |
2020-01-16 |
dan | Add the SQLITE_FCNTL_CKPT_DONE file-control for the... |
commit | commitdiff | tree |
2020-01-16 |
drh | Do not allow the constant-propagation optimization... |
commit | commitdiff | tree |
2020-01-16 |
drh | Fix an SQL syntax error in the comment on the omit... |
commit | commitdiff | tree |
2020-01-16 |
drh | Clean up the definitions of the TERM_ constants in... |
commit | commitdiff | tree |
2020-01-15 |
drh | Do not allow the "PRAGMA encoding" statement to change... |
commit | commitdiff | tree |
2020-01-14 |
drh | Fix the urifuncs.c extension (used for testing and... |
commit | commitdiff | tree |
2020-01-14 |
drh | Remove an ALWAYS on a branch for improved database... |
commit | commitdiff | tree |
2020-01-14 |
drh | Add the new noop_nd() debugging function to the noop... |
commit | commitdiff | tree |
2020-01-14 |
drh | For the showdb utility program, more accurate detection... |
commit | commitdiff | tree |
2020-01-14 |
drh | Fix a minor typo on a comment in the CLI implementation. |
commit | commitdiff | tree |
2020-01-14 |
drh | Improvements to sqlite3_open_v2() documentation. |
commit | commitdiff | tree |
2020-01-13 |
drh | More documentation updates. No code changes. |
commit | commitdiff | tree |
2020-01-13 |
drh | Documentation updates. No changes to code. |
commit | commitdiff | tree |
2020-01-12 |
drh | Better than removing the incorrect assert() is to chang... |
commit | commitdiff | tree |
2020-01-12 |
drh | Change the zipfile virtual table so that the xBestIndex... |
commit | commitdiff | tree |
2020-01-12 |
drh | Remove an incorrect assert(). Fix for ticket [614b2531... |
commit | commitdiff | tree |
2020-01-11 |
drh | New apis: sqlite3_filename_database(), sqlite3_filename... |
commit | commitdiff | tree |
2020-01-11 |
drh | Minor changes for consistency between sqlite3_filename_... enhanced-uri |
commit | commitdiff | tree |
2020-01-11 |
drh | Redesign for better legacy compatibility. Add the... |
commit | commitdiff | tree |
2020-01-10 |
drh | Rearchitect the way in which filenames are stored in... |
commit | commitdiff | tree |
2020-01-10 |
drh | Fix to the register validity tracking logic in debug... |
commit | commitdiff | tree |
2020-01-10 |
drh | Documentation updates on newer APIs. No changes to... |
commit | commitdiff | tree |
2020-01-09 |
drh | Fix the fossildelta.c extension so that it will compile... |
commit | commitdiff | tree |
2020-01-09 |
drh | Merge in the untrusted-schema enhancements. |
commit | commitdiff | tree |
2020-01-09 |
drh | Only register the fts3_tokenizer() function using a... |
commit | commitdiff | tree |
2020-01-09 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2020-01-09 |
dan | Fix an assert() in window.c that could fail with some... |
commit | commitdiff | tree |
2020-01-09 |
drh | Fix a problem in the encoding display in the updated... new-security-options |
commit | commitdiff | tree |
2020-01-09 |
drh | Fix minor typos in the trusted-schema.md document. |
commit | commitdiff | tree |
2020-01-09 |
drh | Minor formatting changes in the trusted-schema.md document. |
commit | commitdiff | tree |
2020-01-09 |
drh | Design notes for the new-security-options branch. |
commit | commitdiff | tree |
2020-01-09 |
drh | Simplified error message for the unsafe use of a virtua... |
commit | commitdiff | tree |
2020-01-09 |
drh | Fix a problem that restricted edgy functions in TEMP... |
commit | commitdiff | tree |
2020-01-08 |
drh | Block edgy functions used in DEFAULT constraints. |
commit | commitdiff | tree |
2020-01-08 |
drh | Performance improvements and test cases added. Allow... |
commit | commitdiff | tree |
2020-01-08 |
drh | Check for whether or not it is safe to use non-innocuou... |
commit | commitdiff | tree |
2020-01-08 |
drh | Provide the -innocuous option to the "db func" method... |
commit | commitdiff | tree |
2020-01-08 |
drh | Fix the rot13.c extension to be deterministic. Add... |
commit | commitdiff | tree |
2020-01-08 |
drh | In the TreeView debugging output, show a "DDL" mark... |
commit | commitdiff | tree |
2020-01-08 |
drh | Merge recent changes from trunk. |
commit | commitdiff | tree |
2020-01-08 |
drh | When doing a test-to-double conversion on a BLOB with... |
commit | commitdiff | tree |
2020-01-08 |
drh | Fix a minor formatting error in the display of BLOB... |
commit | commitdiff | tree |
2020-01-08 |
drh | Improvements to the documentation of sqlite3_create_col... |
commit | commitdiff | tree |
2020-01-08 |
drh | Simplification of the logic in the constant-propagation... |
commit | commitdiff | tree |
2020-01-08 |
drh | Fix the constant propagation optimization so that it... |
commit | commitdiff | tree |
2020-01-08 |
drh | Fix a misworded comment. No code changes. |
commit | commitdiff | tree |
2020-01-07 |
drh | Create the "trusted_schema" pragma. Add sqlite3_vtab_c... |
commit | commitdiff | tree |
2020-01-07 |
drh | Enforce SQLITE_VTABRISK restrictions. |
commit | commitdiff | tree |
2020-01-07 |
drh | Fix a performance regression caused by the previous... |
commit | commitdiff | tree |
2020-01-07 |
drh | Invert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA. |
commit | commitdiff | tree |
2020-01-07 |
drh | Merge recent fixes from trunk. |
commit | commitdiff | tree |
2020-01-07 |
drh | Add an "|| CORRUPT_DB" term to an assert() statement... |
commit | commitdiff | tree |
2020-01-07 |
dan | Fix an instance of an undefined behaviour (a left-shift... |
commit | commitdiff | tree |
2020-01-06 |
drh | In the typeof() optimization in OP_Column, expand the... |
commit | commitdiff | tree |
2020-01-06 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2020-01-06 |
drh | Rewrite the (debugging use only) sqlite3VdbeMemPrettyPr... |
commit | commitdiff | tree |
2020-01-06 |
drh | Backout change [4d0b9109f7a5312d4e1] because the condit... |
commit | commitdiff | tree |
2020-01-06 |
mistachkin | Move variable declaration to start-of-block for MSVC. |
commit | commitdiff | tree |
2020-01-06 |
drh | Do not attempt to use the skip-scan optimization if... |
commit | commitdiff | tree |
2020-01-06 |
dan | Ensure the SF_Aggregate flag on a SELECT statement... |
commit | commitdiff | tree |
2020-01-06 |
drh | Refactor names of flags for improved legibility. |
commit | commitdiff | tree |
2020-01-05 |
drh | Remove a NEVER in btree due to a new test case from... |
commit | commitdiff | tree |
2020-01-04 |
drh | Refactor the names of the new controls for restricting... |
commit | commitdiff | tree |
2020-01-04 |
drh | Enhance PRAGMA function_list to show internal functions... |
commit | commitdiff | tree |
2020-01-04 |
drh | Merge all fixes and enhancements from trunk. |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix DBSTAT so that it returns now rows, rather than... |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-01-04 |
dan | Omit the omit flat from eq constraints on column "name... |
commit | commitdiff | tree |
2020-01-04 |
drh | Record when the OP_IfNotOpen branch is and is not taken. |
commit | commitdiff | tree |
2020-01-04 |
drh | Remove another NEVER added by check-in [7b62555e285f32d3]. |
commit | commitdiff | tree |
2020-01-04 |
drh | New test cases in test/in4.test require rtree, so disab... |
commit | commitdiff | tree |
2020-01-04 |
dan | Fix a problem where the loop for the RHS of a LEFT... |
commit | commitdiff | tree |
2020-01-04 |
drh | Merge the latest fixes from trunk. |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix a false-positive in the register validity tracking... |
commit | commitdiff | tree |
2020-01-04 |
drh | Improve a testcase in test/fuzzdata8.db to make it... |
commit | commitdiff | tree |
2020-01-04 |
drh | Back out another NEVER added by check-in [7b62555e285f3... |
commit | commitdiff | tree |
2020-01-04 |
dan | Omit the omit flag from eq constraints on column "aggre... |
commit | commitdiff | tree |
2020-01-04 |
drh | Restore a NEVER and an assert in btree that was removed by |
commit | commitdiff | tree |
2020-01-04 |
drh | Enhance PRAGMA function_list so that it shows all insta... |
commit | commitdiff | tree |
2020-01-03 |
drh | Invert the SQLITE_FUNC_SAFE bit to be SQLITE_FUNC_UNSAF... |
commit | commitdiff | tree |
2020-01-03 |
drh | When UNSAFE_IN_VIEW is disabled, only allow functions... |
commit | commitdiff | tree |
2020-01-03 |
dan | In fts3, avoid making a very large memory allocation... |
commit | commitdiff | tree |
2020-01-03 |
drh | Add NEVER macros to error-detection branches that were... |
commit | commitdiff | tree |
2020-01-03 |
drh | Improvement to check-in [7405e98225761180] so that... |
commit | commitdiff | tree |
2020-01-03 |
dan | Improve a specific case of early database corruption... |
commit | commitdiff | tree |
2020-01-03 |
drh | Merge fixes from trunk. |
commit | commitdiff | tree |
2020-01-03 |
drh | Remove an over-zealous ALWAYS() macro and add a test... |
commit | commitdiff | tree |
2020-01-03 |
dan | Fix a possible NULL pointer dereference caused by using... |
commit | commitdiff | tree |
2020-01-03 |
drh | Fix the OP_Copy-coalesce optimization so that if the... |
commit | commitdiff | tree |
2020-01-03 |
dan | Ensure that when a Select object is reset a new, empty... |
commit | commitdiff | tree |
2020-01-03 |
drh | When generating the name of a view (or common table... |
commit | commitdiff | tree |
2020-01-03 |
drh | Fix a problem in sqlite3TreeViewBareExprList() in which... |
commit | commitdiff | tree |
2020-01-02 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
next |