[Jdbc-commits] pgjdbc: Java array types and pg array types have different ideas about
User Jurka
jurka at pgfoundry.org
Sat Dec 1 11:07:13 UTC 2007
Log Message:
-----------
Java array types and pg array types have different ideas about what
their component types are when dealing with multi-dimensional data.
Java has int[][] made up of int[], but pg just has int[] to indicate
any number of dimensions. In the case of getBaseTypeName we want
pg's concept, not Java's.
Modified Files:
--------------
pgjdbc/org/postgresql/jdbc2:
AbstractJdbc2Array.java (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2Array.java.diff?r1=1.20&r2=1.21)
pgjdbc/org/postgresql/test/jdbc2:
ArrayTest.java (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/ArrayTest.java.diff?r1=1.15&r2=1.16)
More information about the Jdbc-commits
mailing list