SQLite

Check-in [af1bc20f50]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change the meaning of the SQLITE_SUBTYPE flag so that it indicates that the user-defined function cares about the subtypes of its arguments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | window-functions-subtype-fix2
Files: files | file ages | folders
SHA3-256: af1bc20f502816db460d2b2d353f715da5cf660e59095de5214c829c1cb20981
User & Date: dan 2019-09-13 17:05:48.974
Context
2019-09-13
18:27
Add the SQLITE_SUBTYPE flag, which may be passed to sqlite3_create_window_function() to indicate that the window function uses sqlite3_value_subtype() to check the sub-type of its arguments. (check-in: ba2ebc3a34 user: dan tags: trunk)
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)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/json1.c.
Changes to src/sqlite.h.in.
Changes to src/window.c.