Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins related to "table-valued-functions"
2015-08-20
| ||
19:55 | Add support for table-valued functions in the FROM clause implemented as virtual tables. (check-in: 9b718b06 user: drh tags: trunk) | |
18:28 | Prevent the series.c extension from loading on older versions of SQLite that do not support xCreate==NULL. (Closed-Leaf check-in: 3efc7942 user: drh tags: table-valued-functions) | |
16:16 | Fix a typo in series.c. (check-in: 23db7f50 user: dan tags: table-valued-functions) | |
2015-08-19
| ||
19:26 | Merge the table-valued-function rowid fix. (check-in: a06a6392 user: drh tags: json) | |
19:01 | Fix eponymous virtual tables so that they do not automatically make the first column the rowid. Enhance the generate_series virtual table to support rowid. (check-in: a325a085 user: drh tags: table-valued-functions) | |
18:31 | Merge support for table-valued functions. (check-in: 96a5d44d user: drh tags: json) | |
18:19 | Improved comments on the generate_series virtual table. Test cases for ORDER BY rowid DESC with generate_series. (check-in: fef44c37 user: drh tags: table-valued-functions) | |
17:11 | A list of arguments following a table name translates into equality constraints against hidden columns in that table. (check-in: 40e12cfe user: drh tags: table-valued-functions) | |
15:20 | Minor refactor of the SrcList object so that it is able to hold the argument list to a table-valued-function in the FROM clause. (check-in: b9193761 user: drh tags: table-valued-functions) | |
13:54 | Virtual table modules with a null xCreate method act as eponymous-only modules - they cannot be used in a CREATE VIRTUAL TABLE statement. Add the series.c extension that implements a postgres-like generate_series virtual table to demonstrate this capability. (check-in: c58426db user: drh tags: table-valued-functions) | |
12:52 | Merge changes from trunk. (check-in: dddd792d user: drh tags: table-valued-functions) | |
12:45 | Simplification to error handling in addModuleArgument() in the virtual table processing. (check-in: c573b0a1 user: drh tags: trunk) | |
02:32 | Initial implementation of eponymous virtual table instances. (check-in: c1f43a77 user: drh tags: table-valued-functions) | |
2015-08-18
| ||
16:32 | Fix harmless compiler warning in FTS5. (check-in: 02448a9f user: mistachkin tags: trunk) | |