SQLite

All files named ”test/colmeta.test”
Login

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

History for test/colmeta.test

2020-07-29
16:18
[248a644cec] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 3656)
2014-12-09
22:24
[2c765ea61e] part of check-in [cf9be419a1] 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. (check-in: [cf9be419a1] user: drh branch: trunk, size: 3656)
19:07
[63f92e28d8] part of check-in [4f7549ff92] 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. (check-in: [4f7549ff92] user: drh branch: trunk, size: 2775)
2008-01-23
12:52
[087c429977] part of check-in [9f95d79dae] Improvements to test coverage in the lemon-generated parser and in the sqlite3_get_table() interface. (CVS 4745) (check-in: [9f95d79dae] user: drh branch: trunk, size: 2829)
2006-02-10
13:33
[6505c73ab5] part of check-in [c468aa349d] Minor test file modifications for builds compiled with OMIT options. (CVS 3077) (check-in: [c468aa349d] user: danielk1977 branch: trunk, size: 3013)
12:48
[4c385cf4c9] part of check-in [424ce5ecd0] Add trivial tests to increase coverage of sqlite3_table_column_metadata(). (CVS 3074) (check-in: [424ce5ecd0] user: danielk1977 branch: trunk, size: 2801)
2006-02-09
13:43
Added: [0052d4b68d] part of check-in [1ac72f68c0] Add the sqlite3_table_column_meta() API. (CVS 3062) (check-in: [1ac72f68c0] user: danielk1977 branch: trunk, size: 2559)