Is there a reason for why the validation query is not a prepared statement? In the method PoolableConnectionFactory.validateConnection(Connection conn) the validation query is executed as a normal statement (conn.createStatement()).
Would it be unsafe to use a prepared statement here instead? -- View this message in context: http://www.nabble.com/DBCP%3A-Why-is-the-validation-query-not-a-prepared-statement-tp22199341p22199341.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
