I submitted an "attempt#2" or "take 2" of a patch to fix the util.Serialize
and jdbc2.PreparedStatement classes so that the serializing of a java class
into the database works more that it did before.
The code to "serialize" a java class instance into a table in the database
has existed in the
I've been trying to use some object oriented features from java, like:
CREATE TABLE myurl (
-- this table gets created automatically
-- org.postgresql.util.Serialize (after some hacking)
url TEXT
);
CREATE TABLE website (
-- created manually
owner TE