Author: wyoung
Date: Sat Mar 11 06:25:41 2006
New Revision: 1246

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1246&view=rev
Log:
Comment fixes

Modified:
    branches/v2.1-bakefile/lib/query.h

Modified: branches/v2.1-bakefile/lib/query.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/query.h?rev=1246&r1=1245&r2=1246&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/query.h (original)
+++ branches/v2.1-bakefile/lib/query.h Sat Mar 11 06:25:41 2006
@@ -104,10 +104,10 @@
 /// You call the parse() method to tell the Query object that the query
 /// string contains placeholders. Once that's done, you can call any of
 /// the many overloaded methods that take a number of SQLStrings (up to
-/// 12 at the moment) or any type that can be converted to SQLString,
-/// and those parameters will be inserted into the placeholders. When
-/// you call one of the parameterless functions the execute the query,
-/// the final query string is assembled and sent to the server.
+/// 25 by default) or any type that can be converted to SQLString, and
+/// those parameters will be inserted into the placeholders. When you
+/// call one of the parameterless functions the execute the query, the
+/// final query string is assembled and sent to the server.
 ///
 /// See the user manual for more details about these options.
 
@@ -115,9 +115,6 @@
                public OptionalExceptions, public Lockable
 {
 public:
-       //typedef const SQLString& ss;  ///< to keep parameter lists short
-       //typedef SQLQueryParms parms;  ///< shortens def'ns of above macros
-
        /// \brief Create a new query object attached to a connection.
        ///
        /// This is the constructor used by mysqlpp::Connection::query().


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

Reply via email to