SQLite

All files named ”test/vtabA.test”
Login

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

History for test/vtabA.test

2021-07-30
23:30
[325a77e7f0] part of check-in [d2da62a9df] Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and "BLOB") and if a column has one of those datatypes, store the type part of the bit-field information in the Column structure to save space. (check-in: [d2da62a9df] user: drh branch: trunk, size: 4201)
2015-04-19
18:32
[1317f06a03] part of check-in [4ac81fac6c] Bring comments on the INSERT code generator up-to-date. Fix the INSERT code generator so that it correctly handles inserts from a SELECT into a virtual table with non-terminal hidden columns. (check-in: [4ac81fac6c] user: drh branch: trunk, size: 4201)
2010-02-24
15:10
[c86e1990b7] part of check-in [ff61e0fd80] Fix an assertion fault that occurs when two different virtual tables are used in a single UPDATE statement. Ticket [d2f02d37f52b]. (check-in: [ff61e0fd80] user: drh branch: trunk, size: 3847)
2008-07-12
14:52
[0dcd4c81ff] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 3335)
2007-06-26
10:38
Added: [9cb6b1afea] part of check-in [7f887a6a00] Allow virtual tables to mark columns as 'hidden'. Hidden columns do not show up in "*" expansion, the implicit column list of an INSERT statement, or the results of a "PRAGMA table_info" statement. (CVS 4127) (check-in: [7f887a6a00] user: danielk1977 branch: trunk, size: 3344)