On Friday 20 June 2003 12:13 pm, Eduard Witteveen wrote: > Kees Jongenburger wrote: > > change the OID to BYTEA in the postgress configuration > > Can't this be handled by the lookup.xml? no I don't thinks so since at some point the change was made from OID's to BYTEA we need to be able to support both methods (maybe use BYTEA for small blobs and OID's for large blobs)? I really feel that this is a problem with the jdbc driver . it should solve the problem it think the jxdbcon driver ( http://jxdbcon.sourceforge.net/ ) jxdbcon tries to follow the jdbc specs so that no special database specific api's are exposed.
but it had other problems http://sourceforge.net/tracker/index.php?func=detail&aid=737897&group_id=25845&atid=385447 (but i worked around it in mmbase)
