On 11.01.2010 11:38, Maciej Sobczak wrote: > 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.
Considered by who? Who is judge? When using SOCI I always wondering why I can't use unsigned typed. It is my decision when I need unsigned or signed value. Database support only signed types because (that's only my guess) unsigned can be modeled by signed. But C++ allow me to use unsigned types and my problem require to use unsigned types. So why SOCI prevent unsigned types usage? ------------------------------------------------------------------------------ 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
