[Jdbc-commits] pgjdbc: 8.2 servers support NULL array elements, so support them in the

User Jurka jurka at pgfoundry.org
Wed Nov 21 19:49:25 UTC 2007


Log Message:
-----------
8.2 servers support NULL array elements, so support them in the JDBC
driver.  Currently this patch is only applied to 8.2 as a more
invasive patch is under discussion for 8.3 and we'll wait to see how
that pans out first.

Christian Schröder

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgjdbc/org/postgresql/jdbc2:
        AbstractJdbc2Array.java (r1.18 -> r1.18.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2Array.java.diff?r1=1.18&r2=1.18.2.1)
    pgjdbc/org/postgresql/test/jdbc2:
        ArrayTest.java (r1.13 -> r1.13.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/ArrayTest.java.diff?r1=1.13&r2=1.13.2.1)


More information about the Jdbc-commits mailing list