|
From: Bruce M. <br...@mc...> - 2003-05-29 02:20:29
|
I dont have access to oracle - check it in and lets see what happens. Dejan has access to oracle. On Wednesday 28 May 2003 08:17 pm, Ken Geis wrote: > I'm checking in a bunch of updates right now. > > It seems like the console in 1.0 could not possibly work. I've checked > in what I needed to make it work. > > One change I might need some verification on. In > GenericSqlJournal.readDelta, I changed > > Blob blob = rset.getBlob(1); > istream = blob.getBinaryStream(); > > to > > istream = rset.getBinaryStream(1); > > The use of Blob seems unnecessary to me because we are not doing random > access on that field. I am assuming that this change will not break > anything for MySQL or Oracle users, but I cannot be sure. Please test > it. I am using PostgreSQL, and I defined that column as a bytea which > is a (virtually) unlimited length binary field but is not a BLOB. > > > Ken > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |