Hello, Shridhar Daithankar wrote:
> So the blob class does not apply to postgresql at all? It does - blob and bytea are separate types in PostgreSQL. SOCI supports blobs, but not bytea. > On side note, how can I use postgresql enums with soci? There is no direct support for database-side enum in SOCI. > Also why unsigned int is not supported? What would be the added value? Please note that from all integer types available in C++, SOCI supports only some of them - the ones that were considered most useful. > And lastly, when is next release due? :) Good question. :-) There is no due date, as SOCI relies on voluntary effort. It is true, however, that we have accumulated so many improvements since the last release that there is a time for the new one. Regards, -- Maciej Sobczak * www.msobczak.com * www.inspirel.com ------------------------------------------------------------------------------ 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
