• Bruce Momjian's avatar
    Attached is a patch to remove some redundant code in the JDBC driver. · 454f44e8
    Bruce Momjian authored
    * Merges identical code from org.postgresql.jdbc[1|2].Statement into
      org.postgresql.Statement.
    * Moves escapeSQL() method from Connection to Statement (the only place
      it's used)
    * Minor cleanup of the new isolation level stuff.
    * Minor cleanup of version string handling.
    
    Anders Bengtsson
    454f44e8
Connection.java 35.6 KB