Author: mysqlpp
Date: Mon Dec  3 12:01:13 2007
New Revision: 1963

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1963&view=rev
Log:
Doxygen comment fix

Modified:
    trunk/lib/result.h

Modified: trunk/lib/result.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/result.h?rev=1963&r1=1962&r2=1963&view=diff
==============================================================================
--- trunk/lib/result.h (original)
+++ trunk/lib/result.h Mon Dec  3 12:01:13 2007
@@ -66,8 +66,7 @@
 /// one row at a time in the result instead of dealing with them all as
 /// a single large chunk.  (The name comes from the MySQL C API function
 /// that initiates this action, \c mysql_use_result().)  By calling
-/// fetch_row() until it throws a mysqlpp::BadQuery exception (or an
-/// empty row if exceptions are disabled), you can process the result
+/// fetch_row() until it returns an empty row, you can process the result
 /// set one row at a time.
 
 class MYSQLPP_EXPORT ResUse : public OptionalExceptions


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to