> I'm using Postgresql 7.0.3 on RH7 with pleasant results (except
the JDBC
        > driver's timstamp issue).

saw something on the postgres JDBC list about that - something about using
getTimestamp instead of getDate or similar because getDate doesn't properly
convert timestamp fields? Not sure if that's at all meaningful :-)  (I
missed the start of the timestamp discussion on the orion list)

        > I don't serialize any objects as BLOBs though.  Why do you want to
do
        > . this?

surely that's what orion does by default with serialized data and CMP? (OK,
not a blob but a large object / oid in Postgres, same sort of thing though).


Certainly Orion died running against Postgres 703 with exactly the same
error as my little binary-insert test utility did ("inputstream unsupported"
or similar, which comes from PreparedStatement's setbinaryStream method).
I'm actually using BMP for all the stuff I'm doing, but still need to insert
chunks of data into the DB...

cheers

Jules


Reply via email to