Thanks. It works.
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
> Add
>
> DriverManager.setLogWriter(new PrintWriter(System.out));
>
> below the setLogLevel and it will
>
> I'll fix this though
>
> Dave Cramer
Add
DriverManager.setLogWriter(new PrintWriter(System.out));
below the setLogLevel and it will
I'll fix this though
Dave Cramer
da...@postgresintl.com
www.postgresintl.com
On 23 October 2015 at 22:35, Tatsuo Ishii wrote:
> Unfortunately it doesn't work (no debug trace).
>
> Best regards,
>
Unfortunately it doesn't work (no debug trace).
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
> This should work better
>
> https://oss.sonatype.org/content/repositories/snapshots/org/postgresql/postgresql/9.4-120
This should work better
https://oss.sonatype.org/content/repositories/snapshots/org/postgresql/postgresql/9.4-1204-jdbc41-SNAPSHOT/
Dave Cramer
da...@postgresintl.com
www.postgresintl.com
On 23 October 2015 at 21:32, Dave Cramer wrote:
> No, I need to provide you with a 41 version.
>
> I just
No, I need to provide you with a 41 version.
I just happened to have java 1.8 on my machine.
Dave Cramer
da...@postgresintl.com
www.postgresintl.com
On 23 October 2015 at 21:31, Tatsuo Ishii wrote:
> Dave,
>
> Thanks for the quick response. Unfortunately now I'm getting error
> with the JDBC
Dave,
Thanks for the quick response. Unfortunately now I'm getting error
with the JDBC driver.
warning:
/usr/local/pgsql/share/postgresql-9.4-1204-jdbc42-20151023.230759-1.jar(org/postgresql/Driver.class):
major version 52 is newer than 51, the highest major version supported by this
compiler.
Tatsuo,
Can you confirm it is fixed in this snapshot
https://oss.sonatype.org/content/repositories/snapshots/org/postgresql/postgresql/9.4-1204-jdbc42-SNAPSHOT/
Dave Cramer
da...@postgresintl.com
www.postgresintl.com
On 23 October 2015 at 19:00, Dave Cramer wrote:
> Tatsuo,
>
> posting to jdb
Tatsuo,
posting to jdbc list
Dave Cramer
da...@postgresintl.com
www.postgresintl.com
On 23 October 2015 at 18:28, Tatsuo Ishii wrote:
> It seems
> org.postgresql.Driver.setLogLevel(org.postgresql.Driver.DEBUG) does
> not work anymore in the newer JDBC driver.
>
> As far as I know, postgresql-
It seems
org.postgresql.Driver.setLogLevel(org.postgresql.Driver.DEBUG) does
not work anymore in the newer JDBC driver.
As far as I know, postgresql-9.2-1003.jdbc4.jar or
postgresql-9.3-1104.jdbc41.jar work fine and produce following output
for example:
16:36:36.459 (1) PostgreSQL 9.3 JDBC4.1 (bu