Author: mysqlpp Date: Mon Jul 18 18:06:46 2005 New Revision: 940 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=940&view=rev Log: - Documented Query copy ctor, saying that it doesn't copy everything, because it can't and it really doesn't make sense anyway. - Added operator= for Query, primarily to squish a VC++ /W4 warning. Same limitations as copy ctor. - Small fix to copy ctor -- wasn't copying lock state.
Modified:
trunk/lib/query.cpp
trunk/lib/query.h
