mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Added support for SSL in the jdbc driver
Modified Files: jdbc/build.xml jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/PG_Stream.java jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/util/PSQLException.java
This commit is contained in:
@ -27,7 +27,7 @@ public class PSQLException extends SQLException
|
||||
*/
|
||||
public PSQLException(String error, Object[] args)
|
||||
{
|
||||
//super();
|
||||
super();
|
||||
translate(error, args);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user