| 2019-08-24 |
dan | Fix a potential buffer overrun in fts5 caused by corrup... |
commit | commitdiff | tree | snapshot |
| 2019-08-23 |
drh | Fix the built-in edit() SQL function in the CLI so... |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
drh | Fix the likely(), unlikely(), and likelihood() function... |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
drh | Fix a false-positive in sqlite3ExprNeedsNoAffinityChange(). |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
drh | Fix the OP_SeekGE, OP_SeekGT, OP_SeekLE, and OP_SeekLT... |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
dan | Avoid assuming that "column IS ?", where column is... |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
dan | Fix a broken assert() in the fts3 snippet code that... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
dan | Fix a problem with fts5 "ORDER BY rank" queries when... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
dan | Fix a segfault that could occur following an OOM while... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
drh | Add the new sqlite3_drop_modules() interface to the... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
dan | Retain the affinity of an expression in a WHERE clause... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
mistachkin | Fix a typo and a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
drh | Add the sqlite3_drop_modules() interface. |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
drh | Omit the "_except" term from the name of the new interface. sqlite3_drop_modules_except |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
dan | Add some extra tests for the lsm virtual table module. |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | Fix to the query planner for the LSM1 extension. |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | The experimental sqlite3_drop_modules_except() interface. |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | Fix the new ability to unregister virtual table modules... |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
dan | When populating an ephemeral b-tree for the RHS of... |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | Ensure the functions that appear to be constant are... |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | Activate introspection pragmas by default. The new... |
commit | commitdiff | tree | snapshot |
| 2019-08-17 |
drh | The SQLITE_DIRECTONLY flag, when added to sqlite3_creat... |
commit | commitdiff | tree | snapshot |
| 2019-08-16 |
drh | Add the ability to unregister a virtual table module... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Fix harmless compiler warnings in the TCL interface. |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Provide the SQLITE_DIRECTONLY flag for app-defined... directonly |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Ensure that the optional "sz=N" parameter that can... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
dan | Ensure that SQLite does not attempt to process incompat... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Avoid downgrading SQLITE_CORRUPT errors detected by... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Ensure that the cell overwrite optimization does not... |
commit | commitdiff | tree | snapshot |
| 2019-08-15 |
drh | Early detection out-of-bounds page numbers on the direc... |
commit | commitdiff | tree | snapshot |
| 2019-08-14 |
drh | Always check for reads past the end of the file on... |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
mistachkin | Add some static to the 'regexp' extension. |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
dan | Update test cases so that they work with ICU enabled. |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
dan | Update some corruption test cases to take [724f4df9c... |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
dan | Fix a problem with RBU function sqlite3rbu_bp_progress... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
drh | Make sure the btree cursor overflow cache is cleared... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
drh | For the ".testctrl prng_seed" command in the CLI, if... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
drh | Add a TESTCTRL that disables the verification of type... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
drh | Validate the type, name, and tbl_name fields of the... |
commit | commitdiff | tree | snapshot |
| 2019-08-10 |
drh | Fix the sqliteExprImpliesExpr() routine so that it... |
commit | commitdiff | tree | snapshot |
| 2019-08-10 |
dan | Add extra test cases related to the previous commit. |
commit | commitdiff | tree | snapshot |
| 2019-08-10 |
drh | Remove two incorrect assert() statements from the logic... |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
drh | Allow the RHS of a row-value IN operator to use a compo... |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
mistachkin | Modify signature of sqlite3VdbeChangeOpcode() to accept... |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
drh | Fix more compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | Remove support for SQLITE_ENABLE_STAT3. The sqlite_sta... |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | Fix a case of the Expr.affinity to Expr.affExpr refacto... |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | More legacy STAT3 code removed. omit-stat3 |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | Remove support for STAT3. The sqlite_stat3 tables... |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
drh | Remove a NEVER() that is reachable from a corrupt database. |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
dan | Remove use of the affinity() function from view.test... |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
dan | Add "set TMP=%CD%" to the start of each msvc script... |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
dan | Eliminate some more cases of redundant sorting in windo... |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
drh | Do not make SQLITE_READ authorizer calls for tables... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
dan | Ensure that when the col in an operator like "val IN... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
drh | Improved reuse of file descriptors for which close... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
drh | Enhance the ".recover" output in the shell to use doubl... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
dan | Add "PRAGMA foreign_keys=OFF;" to the start of the... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
drh | Ensure that columns of views and sub-queries that are... |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
drh | Performance optimization to the new affinity handling... pending |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
drh | Use 0x40 (ASCII '@') instead of 0x00 to mean "no affini... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
dan | Ensure that columns of views and sub-queries that are... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
dan | Add test cases to this branch. tkt-61c853-A |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
dan | Fix the patch on this branch so that it works with... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
drh | One of two options on how to address ticket [61c853857f... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
drh | Refactor field Expr.affinity into Expr.affExpr to avoid... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
drh | Improved detection of corruption on the freeblock list... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
dan | Fix a problem with renaming a table when a view or... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
dan | Prevent an fts5 table from being its own content table... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
drh | Stregthen an assert() in the WHERE clause code generato... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
dan | Fix a problem with queries of the form "SELECT min... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
drh | In the ".wheretrace 0x100" debugging mode, show the... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
drh | Add the SQLITE_TESTCTRL_PRNG_SEED which can control... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
drh | Give the SQLITE_TESTCTRL_PRNG_SEED two arguments. ... prng-seed-test-control |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
drh | Fixes to the PRNG_SEED pragma idea. |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
drh | Add the SQLITE_TESTCTRL_PRNG_SEED test control. |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
dan | If a query like "SELECT min(a), b FROM t1" visits no... |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
dan | If a query like "SELECT min(a), b FROM t1" visits no... tkt-41866dc37 |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
drh | The sqlite3_set_authorizer() interface should only... |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
dan | Add new release tests for windows to releasetest_data... |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
dan | Fix a problem in ALTER TABLE triggered by views or... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
dan | Update "releasetest_data.tcl" so that it is a standalon... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
drh | New test cases in test/fuzzdata8.db. |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
drh | Do not allow the json_set() function to overwrite the... |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
drh | Fix the build for when -DSQLITE_SMALL_STACK is used. |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
drh | Improved fix for ticket [ced41c7c7d6b4d36] that keeps... |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
drh | Disable the skip-scan optimization for DISTINCT queries. |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
drh | Convert an assert() in R-Tree into a database corruptio... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
dan | Fix a crash in fts3 caused by corrupt database records. |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
dan | When using an index for both DISTINCT and ORDER BY... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
dan | When using an index for both DISTINCT and ORDER BY... tkt-6749cb3c |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
drh | Fix the OP_Affinity operator so that when applying... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
drh | Fix a minor typo in a comment. |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
mistachkin | Sync up warning related compiler options in the Makefil... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
mistachkin | Fix harmless compiler warning seen with MSVC for x64. |
commit | commitdiff | tree | snapshot |
| 2019-07-26 |
dan | Update RBU so that it supports indexes on expressions. |
commit | commitdiff | tree | snapshot |
| 2019-07-26 |
dan | Fix RBU handling of partial indexes with comments embed... |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
dan | Fix a potential buffer overread in fts5 triggered by... |
commit | commitdiff | tree | snapshot |
| next |