Author: mysqlpp
Date: Mon Dec 3 09:53:44 2007
New Revision: 1953
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1953&view=rev
Log:
Comment tweak
Modified:
trunk/lib/query.cpp
Modified: trunk/lib/query.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.cpp?rev=1953&r1=1952&r2=1953&view=diff
==============================================================================
--- trunk/lib/query.cpp (original)
+++ trunk/lib/query.cpp Mon Dec 3 09:53:44 2007
@@ -62,6 +62,9 @@
conn_(q.conn_),
copacetic_(q.copacetic_)
{
+ // We don't copy stream buffer or template query stuff from the other
+ // Query on purpose. This isn't a copy ctor so much as a way to
+ // ensure that "Query q(conn.query());" works correctly.
init(&sbuffer_);
}
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits