Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/colmeta.test
2014-12-09
| ||
22:24 | Fix the sqlite3_table_column_metadata() routine so that it gives the correct answer for the "rowid" column in a WITHOUT ROWID table. Enhance it so that it can be used to check for the existence of a table by setting the column name parameter to NULL. The routine is now included in the build by default, even without the SQLITE_ENABLE_COLUMN_METADATA compile-time option. file: [2c765ea6] check-in: [cf9be419] user: drh branch: trunk, size: 3656 | |
19:07 | Make the sqlite3_table_column_metadata() interface available by default and without requiring the SQLITE_ENABLE_COLUMN_METADATA compile-time option. Other sqlite3_column_* interfaces that have a run-time penalty even if they are unused still require the SQLITE_ENABLE_COLUMN_METADATA option at compile-time. file: [63f92e28] check-in: [4f7549ff] user: drh branch: trunk, size: 2775 | |
2008-01-23
| ||
12:52 | Improvements to test coverage in the lemon-generated parser and in the sqlite3_get_table() interface. (CVS 4745) file: [087c4299] check-in: [9f95d79d] user: drh branch: trunk, size: 2829 | |
2006-02-10
| ||
13:33 | Minor test file modifications for builds compiled with OMIT options. (CVS 3077) file: [6505c73a] check-in: [c468aa34] user: danielk1977 branch: trunk, size: 3013 | |
12:48 | Add trivial tests to increase coverage of sqlite3_table_column_metadata(). (CVS 3074) file: [4c385cf4] check-in: [424ce5ec] user: danielk1977 branch: trunk, size: 2801 | |
2006-02-09
| ||
13:43 | Add the sqlite3_table_column_meta() API. (CVS 3062) file: [0052d4b6] check-in: [1ac72f68] user: danielk1977 branch: trunk, size: 2559 Added | |