SQLite

All files named ”test/vtab2.test”
Login

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

History for test/vtab2.test

2017-08-10
17:53
[14d4ab26ce] part of check-in [6997e00c32] Test case for writing to a WITHOUT ROWID virtual table. The TCLVAR virtual table is modified to add a "fullname" column which is the primary key, and to accept update operations against the primary key. (check-in: [6997e00c32] user: drh branch: writable-vtab-without-rowid, size: 3873)
2015-05-14
14:03
[f8cd1bb9ab] part of check-in [f397c8622a] A few more test cases for the IS operator. (check-in: [f397c8622a] user: drh branch: index-is-operator, size: 3831)
2015-03-21
10:53
[3644649aa8] part of check-in [d845b0f690] Add a missing "ifcapable fts3" to a test case in vtab2.test. (check-in: [d845b0f690] user: dan branch: trunk, size: 3551)
2015-03-19
18:56
[366256bee6] part of check-in [9969cff2d0] Fix a problem with creating virtual table with names specified using malformed utf-8 within utf-16 databases. (check-in: [9969cff2d0] user: dan branch: malformed-vtab-name, size: 3512)
2008-10-13
10:37
[7bcffc050d] part of check-in [b055bfc4e5] If sqlite3_column_value() is called to obtain a value with the MEM_Static flag set, clear it and set the MEM_Ephem flag before returning. Otherwise, if the value is passed to sqlite3_bind_value() or sqlite3_result_value(), sqlite may attempt to use the buffer after the statement has been finalized. This is not always valid, as MEM_Static only guarantees that a MEM.z buffer will be valid for the lifetime of the owner statement, not that it is actually a static buffer. (CVS 5812) (check-in: [b055bfc4e5] user: danielk1977 branch: trunk, size: 3199)
2008-01-31
15:53
[1da49b0155] part of check-in [face510bc1] Make sure virtual table interfaces are not invoked after EOF when the virtual table appears in an outer join. Ticket #2894. (CVS 4761) (check-in: [face510bc1] user: drh branch: trunk, size: 2586)
2007-02-14
09:19
[94bb3bf691] part of check-in [cb78f7cb0f] Use OP_VColumn instead of OP_Column when querying virtual tables for values to save in aggregate context records. #2230. (CVS 3644) (check-in: [cb78f7cb0f] user: danielk1977 branch: trunk, size: 2122)
2006-08-13
19:04
[43763026b1] part of check-in [dfc833ac79] Add vdbeaux.c to the list of files that must be compiled with -DSQLITE_TEST=1 in order to generate testfixture. Do not require sqlit3OsDelete() to succeed on a multi-database commit. (Ticket #1917) (CVS 3351) (check-in: [dfc833ac79] user: drh branch: trunk, size: 1769)
18:43
[a025a21c2f] part of check-in [6df3f6761a] Vtab2.test script works regardless of what TCL version is used. (CVS 3350) (check-in: [6df3f6761a] user: drh branch: trunk, size: 1699)
2006-06-27
12:25
[bd6d6f3dc0] part of check-in [a20bfa4631] Fix up the test tclvar virtual module. (CVS 3307) (check-in: [a20bfa4631] user: danielk1977 branch: trunk, size: 1797)
2006-06-20
11:01
[e57f986536] part of check-in [c6ea353bd9] Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) (check-in: [c6ea353bd9] user: danielk1977 branch: trunk, size: 1106)
2006-06-19
03:05
[b8daa5d998] part of check-in [144d0eb13a] Add tests to ensure an INSERT/UPDATE/DELETE immediately after virtual table construction does not fail. (CVS 3270) (check-in: [144d0eb13a] user: danielk1977 branch: trunk, size: 1088)
2006-06-17
11:30
Added: [a0968c4e5e] part of check-in [ea7e4eca10] Add newly created virtual tables to the current transaction. (CVS 3267) (check-in: [ea7e4eca10] user: danielk1977 branch: trunk, size: 1089)