Skip to content

Commit fbb0c4e

Browse files
committed
Updating postgresql jdbc driver to make java code work with postgresql 9.
The jdbc driver extension and the example program PostPicSQL do not work with postgresql-8.4-701.jdbc4.jar, as PGImage fails to return an Image object. The problem is that PGbytea.toBytes does not returns the right thing. Probably the data format has changed. Using the latest code from cvs (:pserver:anonymous@cvs.pgfoundry.org:/cvsroot/jdbc) things work again as expected.
1 parent eb5457c commit fbb0c4e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Main-Class: postpic.CommandParser
2-
Class-Path: ../../../jdbc/lib/postgresql-8.4-701.jdbc4.jar ../../../jdbc/dist/postpic-jdbc-0.9.1.jar
2+
Class-Path: ../../../jdbc/lib/postgresql.jar ../../../jdbc/dist/postpic-jdbc-0.9.1.jar

0 commit comments

Comments
 (0)