SQLite

Check-in [696a5a40bb]
Login

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

Overview
Comment:Allow virtual table constructors to be invoked recursively. A test case for this has been added to TH3.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 696a5a40bb28c4a54c9951f877b67015dc00bf55
User & Date: drh 2012-04-26 22:47:20.079
Original Comment: All virtual table constructors to be invoked recursively. A test case for this has been added to TH3.
Context
2012-04-27
01:08
Enhance the do_test proc in the test suite so that if the expected result is of the form "/.../" or "~/.../" then regular expression matching is done between result and the "..." part of the expectation. In the ~/.../ case, we expect there to be no match. (check-in: c9a734406c user: drh tags: trunk)
2012-04-26
22:47
Allow virtual table constructors to be invoked recursively. A test case for this has been added to TH3. (check-in: 696a5a40bb user: drh tags: trunk)
2012-04-24
13:14
New test cases for the ".dump" and ".mode insert" commands of the shell. (check-in: dfce856976 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vtab.c.