Author: wyoung
Date: Tue Jun 19 06:28:10 2007
New Revision: 1561
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1561&view=rev
Log:
Changed a few sample table quantities to be prime, to give us something
to test in the upcoming store_if example
Modified:
trunk/examples/resetdb.cpp
Modified: trunk/examples/resetdb.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/resetdb.cpp?rev=1561&r1=1560&r2=1561&view=diff
==============================================================================
--- trunk/examples/resetdb.cpp (original)
+++ trunk/examples/resetdb.cpp Tue Jun 19 06:28:10 2007
@@ -136,9 +136,9 @@
// have to do to store Unicode data in recent versions of MySQL
// is use UTF-8 encoding.
cout << "Populating stock table..." << endl;
- query.execute("Nürnberger Brats", 92, 1.5, 8.79, "2005-03-10");
+ query.execute("Nürnberger Brats", 97, 1.5, 8.79, "2005-03-10");
query.execute("Pickle Relish", 87, 1.5, 1.75, "1998-09-04");
- query.execute("Hot Mustard", 75, .95, .97, "1998-05-25");
+ query.execute("Hot Mustard", 73, .95, .97, "1998-05-25");
query.execute("Hotdog Buns", 65, 1.1, 1.1, "1998-04-23");
// Now create empty images table, for testing BLOB and auto-
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits