Author: mysqlpp
Date: Tue Jun 28 11:46:39 2005
New Revision: 836

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=836&view=rev
Log:
- Made ::pprepare a member of class Query
- Using mysql_real_escape_string() instead of mysql_escape_string() to do
  SQL escaping in Query::pprepare(), so the requested character set on
  the server side is taken into account.  (Had to do previous change
  because we can't get access to connection object unless we're a
  member, and without that we can't call mysql_real_escape_string().)

Modified:
    trunk/Wishlist
    trunk/lib/query.cpp
    trunk/lib/query.h


Reply via email to