Author: mysqlpp
Date: Fri Jul 8 13:10:50 2005
New Revision: 899
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=899&view=rev
Log:
All the new functions added for multi-queries only exist in MySQL 4.1
and higher. Reworked them so they can be built against older libraries,
by degrading gracefully.
Also, Connection::set_option() functions now take their option arguments
as integers, not as enums. This will make it easier to go database-
independent, if that ever happens.
Modified:
trunk/lib/connection.h
trunk/lib/query.cpp
trunk/lib/query.h