Author: wyoung
Date: Thu Apr  5 01:05:45 2007
New Revision: 1491

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1491&view=rev
Log:
Removed some obsolete comments.

Modified:
    trunk/lib/query.h

Modified: trunk/lib/query.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=1491&r1=1490&r2=1491&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Thu Apr  5 01:05:45 2007
@@ -576,7 +576,6 @@
        {
                reset();
 
-               // See above comment for cast rationale
                MYSQLPP_QUERY_THISPTR << std::setprecision(16) <<
                                "INSERT INTO " << v.table() << " (" <<
                                v.field_list() << ") VALUES (" <<
@@ -605,7 +604,6 @@
                        return *this;   // empty set!
                }
                
-               // See above comment for cast rationale
                MYSQLPP_QUERY_THISPTR << std::setprecision(16) <<
                                "INSERT INTO " << first->table() << " (" <<
                                first->field_list() << ") VALUES (" <<
@@ -634,7 +632,6 @@
        {
                reset();
 
-               // See above comment for cast rationale
                MYSQLPP_QUERY_THISPTR << std::setprecision(16) <<
                                "REPLACE INTO " << v.table() << " (" <<
                                v.field_list() << ") VALUES (" << 
v.value_list() << ')';


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to