Thread: pgsql-server/src/interfaces/jdbc/org/postgresq ...

pgsql-server/src/interfaces/jdbc/org/postgresq ...

From
barry@postgresql.org (Barry Lind)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@postgresql.org    02/10/19 17:53:42

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1:
                                              AbstractJdbc1Statement.java

Log message:
    Backed out part of the change from 1.6.  The attempt to support int8 binds
    in such a way that indexes on int8 columns would be used (by quoting the value)
    caused other problems.  Will need to wait for the backend to properly fix
    the root problem.

    Modified Files:
    jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java