Author: mysqlpp
Date: Fri Jul  8 09:42:47 2005
New Revision: 893

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=893&view=rev
Log:
- Query::error() mechanism was overcomplicated.  It used an internal
  errmsg_ to override Connection::error(), but the override was never
  used!  Also, we were calling Connection::error() directly instead of
  Query::error().
- Added std::string ctor for BadQuery, to make syntax in previous
  changes nicer.

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


Reply via email to