[JDBC] JDBC patch for util.Serialize and jdbc2.PreparedStatement (attempt #2)

2001-08-23 Thread Robert B. Easter
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

[JDBC] Serialize and object-oriented features

2001-08-21 Thread Robert B. Easter
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