Author: mysqlpp
Date: Sat Jun 18 00:36:23 2005
New Revision: 768

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=768&view=rev
Log:
Removed query-building functions (exec*(), store*(), use()) from class
Connection, and moved all the implementation code to class Query.  Query
no longer delegates the final step of sending the query to the database
server to Connection().

Modified:
    trunk/Wishlist
    trunk/doc/userman/userman.xml
    trunk/lib/connection.cpp
    trunk/lib/connection.h
    trunk/lib/query.cpp
    trunk/lib/query.h


Reply via email to