I'm trying to use H2 as a replacement for Postgres in our unit tests,
and PostGIS is proving to be annoying.  I'd really like to be able to
pass a PGgeometry object to PreparedStatement.setObject() and override
the serialization behavior before H2 writes that data into the column
value.

Is there any hook to get at this step?   Ideally this would let us
also tie into the deserialize logic that's executed when calling
ResultSet.getObject().

Thanks,

-nate

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to