Author: mysqlpp
Date: Tue Jun 28 12:00:23 2005
New Revision: 838
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=838&view=rev
Log:
- Created new ObjectNotInitialized exception, to be thrown when someone
uses an object that isn't fully initialized.
- Using new exception to resolve the problem that was flagged years ago
in sql_query.h with "only here temporary" comments: it was marking
code that really needed some way to signal that the object was being
used without being initialized.
Modified:
trunk/Wishlist
trunk/lib/exceptions.h
trunk/lib/qparms.cpp