Author: wyoung
Date: Tue Nov 20 04:33:27 2007
New Revision: 1870

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1870&view=rev
Log:
Ditto for char*: old manipulator mechanism would get confused by const
char*, because we had a specialization of a key manipulator template for
const char* const& due to the way the template was declared, which
wasn't close enough to const char* for the compiler to call it.  This
probably got fixed by removing all the templates in manip.h except for
the one for Set<ST>, so const char* now gets handled via the STA path.

Modified:
    trunk/Wishlist

Modified: trunk/Wishlist
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=1870&r1=1869&r2=1870&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Tue Nov 20 04:33:27 2007
@@ -21,11 +21,6 @@
       it user-settable, as there's only one right way to do it.  See:
 
          http://dev.mysql.com/doc/refman/5.0/en/identifiers.html
-
-    o The quote manipulator (and presumably the others as well) don't
-      work properly with char*.  See this for details:
-
-          http://lists.mysql.com/plusplus/5617
 
     o The manipulator changes sometime during 2.3 broke the column
       formatting of the examples that dump tables.  A setw(x) call


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to