Author: mysqlpp
Date: Fri Jun 17 21:24:14 2005
New Revision: 753

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=753&view=rev
Log:
Extracted exception disabling mechanism out into a common subclass
(OptionalExceptions), and removed the "bool te" flag from most methods.
Added NoExceptions class, objects of which can disable exceptions
temporarily on any subclass of OptionalExceptions.

Added:
    trunk/lib/noexceptions.h
Modified:
    trunk/Wishlist
    trunk/doc/userman/userman.xml
    trunk/lib/Makefile.am
    trunk/lib/connection.cpp
    trunk/lib/connection.h
    trunk/lib/exceptions.h
    trunk/lib/query.cpp
    trunk/lib/query.h
    trunk/lib/result.cpp
    trunk/lib/result.h
    trunk/lib/row.cpp
    trunk/lib/row.h


Reply via email to