Author: mysqlpp
Date: Tue Jun 28 11:38:51 2005
New Revision: 835
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=835&view=rev
Log:
Folded class SQLQuery into class Query. This required a few ancillary
changes, including:
- Had to add connection.h to mysql++.h
- Shades of the class interdependency untangling effort during The
Great Header Renaming cropped back up and had to be remedied.
- Moved a SQLQueryParms operator declared in query module into new
qparms modle. (Missed it earlier...)
Removed:
trunk/lib/sql_query.cpp
trunk/lib/sql_query.h
Modified:
trunk/Wishlist
trunk/lib/Makefile.am
trunk/lib/connection.h
trunk/lib/manip.cpp
trunk/lib/manip.h
trunk/lib/mysql++.h
trunk/lib/qparms.cpp
trunk/lib/qparms.h
trunk/lib/query.cpp
trunk/lib/query.h