OSDN Git Service

Changed getCrossReference to return information about each composite key seperately
authorDave Cramer <davec@fastcrypt.com>
Fri, 12 Jul 2002 13:07:48 +0000 (13:07 +0000)
committerDave Cramer <davec@fastcrypt.com>
Fri, 12 Jul 2002 13:07:48 +0000 (13:07 +0000)
commit791a40f943e2a9353c5823fb4f2bd446ec623d38
tree4f5c3a5eed7c92563ffd1f84f204b8ca1841c033
parentb82b2db7c18a0adcecd6a2f8d0d2e3ae4e38cf85
Changed getCrossReference to return information about each composite key seperately
It used to return them as a,b in one row, and now returns
a in one row, and b in one row
src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java