Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge support for table-valued functions. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | json |
Files: | files | file ages | folders |
SHA1: |
96a5d44d9fcb7b159c04630ad2d956fe |
User & Date: | drh 2015-08-19 18:31:11.805 |
Context
2015-08-19
| ||
19:26 | Merge the table-valued-function rowid fix. (check-in: a06a6392bd user: drh tags: json) | |
18:31 | Merge support for table-valued functions. (check-in: 96a5d44d9f 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: fef44c37f3 user: drh tags: table-valued-functions) | |
2015-08-18
| ||
12:59 | Comment clarification. No changes to code. (check-in: 71a966952c user: drh tags: json) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_main.c.
Added ext/misc/series.c.
Added ext/rbu/rbusave.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to main.mk.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/treeview.c.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/releasetest.tcl.
Added test/spellfix2.test.
Added test/tabfunc01.test.