On Monday 11 January 2010 03:10:40 Maciej Sobczak wrote: > Hello, > > Dmitriy Igrishin wrote: > > Is there a way to work with columns of type bytea in PostgreSQL? > > No, this type is (currently) not natively supported, although casting to > text might be a possible way to go for the time being - but I did not > try this personally.
So the blob class does not apply to postgresql at all? hmm.. that will pose problems for me. I was about to experiment with the same. On side note, how can I use postgresql enums with soci? supporting custom types might not be straightforward but soci could ask users to implement data exchange functions similar to ORM mappers. I am forced to use int values for enum for now. Also why unsigned int is not supported? on 64bit platforms, either I have to choose int or unsigned long, both of which are not correct representations. And lastly, when is next release due? :) -- Shridhar ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
