And I expected to obtain the same from the JDBC connection
Properties props = new Properties(); props.setProperty("prepareThreshold", "0"); Connection conn = DriverManager.getConnection( "jdbc:postgresql://192.168.64.7:5432/testdb?user=user&password=password”, props); Obtains “-1” all the times
Thank you Edoardo |