Author: mysqlpp
Date: Sat Dec 29 04:07:26 2007
New Revision: 2052

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2052&view=rev
Log:
Small tweaks to stock.h

Modified:
    trunk/examples/stock.h

Modified: trunk/examples/stock.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/stock.h?rev=2052&r1=2051&r2=2052&view=diff
==============================================================================
--- trunk/examples/stock.h (original)
+++ trunk/examples/stock.h Sat Dec 29 04:07:26 2007
@@ -27,14 +27,12 @@
 #include <mysql++.h>
 #include <custom.h>
 
-#include <string>
-
 // The following is calling a very complex macro which will create
 // "struct stock", which has the member variables:
 //
 //   sql_char item;
 //   ...
-//   sql_string description;
+//   Null<sql_mediumtext> description;
 //
 // plus methods to help populate the class from a MySQL row.  See the
 // SSQLS sections in the user manual for further details.


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

Reply via email to