Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge latest trunk changes with this branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | window-functions-subtype-fix |
Files: | files | file ages | folders |
SHA3-256: |
14ef7543465dd14d8fa141fcceb1950b |
User & Date: | dan 2019-09-13 16:19:53.303 |
Context
2019-09-13
| ||
17:36 | Change the meaning of the SQLITE_SUBTYPE flag so that it indicates that the function may use sqlite3_value_subtype() on its arguments. (Closed-Leaf check-in: 7f424ec9a3 user: dan tags: window-functions-subtype-fix) | |
17:05 | Change the meaning of the SQLITE_SUBTYPE flag so that it indicates that the user-defined function cares about the subtypes of its arguments. (Closed-Leaf check-in: af1bc20f50 user: dan tags: window-functions-subtype-fix2) | |
16:19 | Merge latest trunk changes with this branch. (check-in: 14ef754346 user: dan tags: window-functions-subtype-fix) | |
13:23 | Ensure that the idxStr for FTS5 is always zero-terminated. Fix for check-in [9d418a7a491761ee] (check-in: 090cd07d37 user: drh tags: trunk) | |
2019-09-07
| ||
18:20 | Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function() and similar to indicate to the core that a user function is likely to use sqlite3_result_subtype(). (check-in: 6aa438ce41 user: dan tags: window-functions-subtype-fix) | |
Changes
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_config.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/test/fts5faultB.test.
Added ext/fts5/test/fts5multi.test.
Changes to ext/fts5/test/fts5plan.test.
Changes to ext/fts5/test/fts5simple.test.
Changes to src/select.c.
Changes to src/test1.c.
Changes to src/treeview.c.
Added test/tkt-18458b1a.test.
Added test/tkt-a7debbe0.test.
Changes to tool/lemon.c.