pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
От:
davec@postgresql.org (Dave Cramer)
Дата:
CVSROOT: /cvsroot Module name: pgsql Changes by: davec@postgresql.org 02/07/12 09:07:48 Modified files: src/interfaces/jdbc/org/postgresql/jdbc2: DatabaseMetaData.java Log message: 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