Author: mysqlpp
Date: Fri Jul 8 09:33:03 2005
New Revision: 892
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=892&view=rev
Log:
- Added multi-query support to Query
- Added EndOfResultSets exception that can be thrown by multi-query code
- Added multiquery example
- Added Connection::set_option() overload for server options, so
multi-query programs can enable the necessary flag on the connection.
Initial patch by Arnon Jalon, with a fair bit of polishing and extending
by me.
Added:
trunk/examples/multiquery.cpp
Modified:
trunk/CREDITS
trunk/examples/ (props changed)
trunk/examples/Makefile.am
trunk/examples/Makefile.simple
trunk/lib/connection.h
trunk/lib/exceptions.h
trunk/lib/query.cpp
trunk/lib/query.h
trunk/lib/result.cpp