Author: wyoung
Date: Tue May 18 03:57:04 2010
New Revision: 2642

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2642&view=rev
Log:
Small fix

Modified:
    trunk/doc/userman/ssqls.dbx

Modified: trunk/doc/userman/ssqls.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/ssqls.dbx?rev=2642&r1=2641&r2=2642&view=diff
==============================================================================
--- trunk/doc/userman/ssqls.dbx (original)
+++ trunk/doc/userman/ssqls.dbx Tue May 18 03:57:04 2010
@@ -741,13 +741,12 @@
     mysqlpp::sql_decimal, m_fPrice, "price",
     mysqlpp::sql_date, m_Date, "sdate")</programlisting>
 
-    <para>Note that you don&rsquo;t have to use this mechanism
-    if the only difference in your SQL and C++ field names is
-    case. SSQLS is already case-sensitive. You can see this in
-    the examples: some parts of the code deliberately refer to
-    the <classname>stock.sdate</classname> sample table field as
-    <classname>stock.sDate</classname> to exercise this feature. (Note:
-    This feature was inadvertently broken before MySQL++ 3.1.)</para>
+    <para>Note that you don&rsquo;t have to use this mechanism if the
+    only difference in your SQL and C++ field names is case. SSQLS
+    field name lookups are case-insensitive as of MySQL++ 3.1. You can
+    see this in the examples: some parts of the code deliberately refer
+    to the <classname>stock.sdate</classname> sample table field as
+    <classname>stock.sDate</classname> to exercise this feature.</para>
   </sect2>
 
 


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

Reply via email to