On Wed, Jun 14, 2006 at 04:23:58PM +0200, Ivan Horvath wrote:
>      yes, but i didn't find anything in postgresconnection which
>      handle unicode blob fields.

   Postgres has BYTEA - special byte array type for BLOBs; no need to guess
if it is TEXT or BLOB.

>      i thought also that this cannot handle binary data.
>      should be created another column BlobUnicodeCol, or what is your
>      idea?

   I think unicode can be decoded in BLOBValidator.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to