Author: wyoung
Date: Mon Jul 2 20:27:00 2007
New Revision: 1641
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1641&view=rev
Log:
Slid the char[] quote manipulator patch into 2.3
Modified:
trunk/ChangeLog
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1641&r1=1640&r2=1641&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Mon Jul 2 20:27:00 2007
@@ -1,4 +1,4 @@
-2.3.0, 2007.06.27 (r1638)
+2.3.0, 2007.07.02 (r1641)
o Added Query::for_each() and Query::store_if() methods
proposed by Joel Fielder, and added examples for each.
@@ -42,6 +42,12 @@
the MySQL++ distribution tree and gives a different -I flag
to the compiler, so that it picks up the distribution headers
instead of those that may be on the system already.
+
+ o The quote manipulator now works for char[] correctly.
+ Thanks for this patch go to Andrew Sayers. (It's always
+ worked for char*, but C++ doesn't consider that to be the
+ same type, so it used the generic quote handling path,
+ which doesn't do anything for char[].)
o Fixed a build bug on older Solaris versions where the
test for the C API library was erroneously failing, stopping
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits