Commit fbb0c4e
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
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Binary file not shown.
0 commit comments