* Jerome Verleyen <[EMAIL PROTECTED]> wrote:
|
| Hi all,
| 
| Anothr corection to this file.
| 
| Now, the table for the jdbc type in postgresql moved from Field.java to
| jdbc2/Connection.java. 
| 
| I've made the patche for myself, and test with village 1.5.1 and village
| 1.5.2, with a file test like the testMysql, but for postgresql. 


Have you tested the alternative JDBC driver at sourceforge.net. I think
this supports BLOBs better using the bytea type :

http://jxdbcon.sourceforge.net/


Also the next version of PostgreSQL should come with a better a 
JDBC driver that supports BLOBs better(in the form of the bytea type). 
Barry Lind said that he was working on this over on the pgsql-jdbc list 
awhile ago.

When this come in place we should be able to move away from the horrible
OID stuff and associated requirement to perform BLOB operations in
transactions. 

PostgreSQL 7.2 will hopefully go beta next week sometime. 

regards, 

        Gunnar

-- 
Gunnar R�nning - [EMAIL PROTECTED]
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to