Re: [BUGS] BUG #5961: JDBC Driver acceptURL does not check 'jdbc:postgresql:'

2011-04-01 Thread Kris Jurka
On 4/1/2011 1:34 AM, DI Martin Handsteiner wrote: Here a working test case: Properties properties = new Properties(); properties.setProperty("user", "sa"); properties.setProperty("password", ""); properties.put("shutdown", Boolean.

Re: [BUGS] BUG #5961: JDBC Driver acceptURL does not check 'jdbc:postgresql:'

2011-03-31 Thread Kris Jurka
On 3/31/2011 8:50 AM, DI Martin Handsteiner wrote: thank you very much for your fast response. The problem with the current implementation of acceptsURL in the the postgres driver is, that it also returns true if the connection url is like: jdbc:oraclethin:.. jdbc:hsqldb:.. That is t

Re: [BUGS] BUG #5961: JDBC Driver acceptURL does not check 'jdbc:postgresql:'

2011-03-31 Thread Kris Jurka
On Thu, 31 Mar 2011, Martin Handsteiner wrote: The following bug has been logged online: Bug reference: 5961 PostgreSQL version: 9.0 Build 801 Description:JDBC Driver acceptURL does not check 'jdbc:postgresql:' Details: JDBC Driver acceptURL does not check 'jdbc:postgresql:'

[BUGS] BUG #5961: JDBC Driver acceptURL does not check 'jdbc:postgresql:'

2011-03-31 Thread Martin Handsteiner
The following bug has been logged online: Bug reference: 5961 Logged by: Martin Handsteiner Email address: martin.handstei...@sibvisions.com PostgreSQL version: 9.0 Build 801 Operating system: All Operating Systems Description:JDBC Driver acceptURL does not check 'jdb