]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a "pk" column to the table_info pragma which is true for each column
authordrh <drh@noemail.net>
Sat, 23 Aug 2003 22:40:53 +0000 (22:40 +0000)
committerdrh <drh@noemail.net>
Sat, 23 Aug 2003 22:40:53 +0000 (22:40 +0000)
commit78100cc9280db2288f625a5ba971fb935c4fd099
tree6b74fcc428502e5f830c5448fa4c4c13314c72c5
parent73d3667ef257e944f527bc1391a40425a36f24d2
Add a "pk" column to the table_info pragma which is true for each column
that is part of the primary key.  Add a "foreign_key_list" pragma that gives
information about all foreign keys for a table.  Both changes are experimental. (CVS 1081)

FossilOrigin-Name: 5232b0665b84a9339a85918570093a376a0ea91f
manifest
manifest.uuid
src/build.c
src/pragma.c
src/sqliteInt.h
test/tclsqlite.test