Author: mysqlpp Date: Tue Jun 14 00:29:09 2005 New Revision: 745 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=745&view=rev Log: Connection::create_db(), drop_db() and select_db() now take their arguments by const reference. Was going to make the functions themselves const, but they call functions that cannot themselves be const.
Modified:
trunk/Wishlist
trunk/lib/connection.h
