>> On side note, how can I use postgresql enums with soci? > > There is no direct support for database-side enum in SOCI.
That's not true. At least not since version 8.3, see: http://www.postgresql.org/docs/8.4/static/datatype-enum.html >> 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. Well unsigned types would be quite useful for us. We are producing reverse engineering tools and store program addresses in the database. These are unsigned by their very nature. Of course it's not really a problem handling them as signed values but it's a nuisance nevertheless. cheers, Sören -- Sören Meyer-Eppler software developer [email protected] http://www.BuschnicK.net ------------------------------------------------------------------------------ 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
