]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the sqlite3_table_column_metadata() interface available by default and
authordrh <drh@noemail.net>
Tue, 9 Dec 2014 19:07:29 +0000 (19:07 +0000)
committerdrh <drh@noemail.net>
Tue, 9 Dec 2014 19:07:29 +0000 (19:07 +0000)
commit8c3026ecf33b34f42ea99b0e365cd39e51b3c969
treefb5938195c30ac23994a957c3bed576f48e5f881
parentf5471925c9345d0e3ef456f03130b5fc65c276b5
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.

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