]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_table_column_metadata() routine so that it gives the correct
authordrh <drh@noemail.net>
Tue, 9 Dec 2014 22:24:42 +0000 (22:24 +0000)
committerdrh <drh@noemail.net>
Tue, 9 Dec 2014 22:24:42 +0000 (22:24 +0000)
commit45d1b2063995f504a0722ac0fe5b65e7443f345d
tree504b9e27f474e460fefb2b9062f2ca8dc7ec05fd
parent9778bd7292dbf9b4386fab47f16e178c97f20c02
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.

FossilOrigin-Name: cf9be419a16156a9814e1378bb49b780de977343
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/test1.c
test/colmeta.test