Author: mysqlpp
Date: Sat Jun 25 02:56:33 2005
New Revision: 821
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=821&view=rev
Log:
- ResUse::fetch_row() throws new EndOfResults exception when walking off
end of result set. This is not a "bad query", the exception used
previously.
- Added new usequery example to demonstrate the use of this new
mechanism. (It's basically examples/simple2, with exceptions on.)
Added:
trunk/examples/usequery.cpp
Modified:
trunk/examples/Makefile.am
trunk/examples/Makefile.simple
trunk/lib/exceptions.h
trunk/lib/result.h