Author: wyoung
Date: Fri Jun 15 18:58:40 2007
New Revision: 1559

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1559&view=rev
Log:
Replaced resetdb.cpp as first example in userman chapter 4 with new
tquery example.  Simpler.

Added:
    trunk/doc/userman/.vimrc
Modified:
    trunk/Wishlist
    trunk/doc/userman/Makefile
    trunk/doc/userman/userman.dbx

Modified: trunk/Wishlist
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=1559&r1=1558&r2=1559&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Fri Jun 15 18:58:40 2007
@@ -13,9 +13,6 @@
        puts an item in this section instead of the v3.0 one is that
        it can be done without breaking the ABI, which would force
        a feature to v3.0.
-
-       o Use tquery.cpp instead of resetdb.cpp in the userman at
-         the top of chapter 4.
 
        o Create Query::delete() for SSQLS?  Only works with sortable
          SSQLSes by assuming that the fields to sort on are

Added: trunk/doc/userman/.vimrc
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/.vimrc?rev=1559&view=auto
==============================================================================
--- trunk/doc/userman/.vimrc (added)
+++ trunk/doc/userman/.vimrc Fri Jun 15 18:58:40 2007
@@ -1,0 +1,1 @@
+set expandtab

Modified: trunk/doc/userman/Makefile
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile?rev=1559&r1=1558&r2=1559&view=diff
==============================================================================
--- trunk/doc/userman/Makefile (original)
+++ trunk/doc/userman/Makefile Fri Jun 15 18:58:40 2007
@@ -20,7 +20,7 @@
 EX_TXT=cgi_jpeg.txt custom1.txt custom2.txt custom3.txt custom4.txt \
                custom5.txt custom6.txt fieldinf1.txt load_jpeg.txt \
                resetdb.txt simple1.txt simple2.txt simple3.txt stock.txt \
-               updel.txt xaction.txt
+               tquery.txt updel.txt xaction.txt
 
 
 ## ------------------------

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=1559&r1=1558&r2=1559&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Fri Jun 15 18:58:40 2007
@@ -941,11 +941,9 @@
     those placeholders.</para>
 
     <para>The following program demonstrates how to use this
-    feature. This is <filename>examples/resetdb.cpp</filename>, the
-    program you've run a few times now if you've worked through all
-    the examples:</para>
-
-    <programlisting><xi:include href="resetdb.txt" parse="text" 
+    feature. This is <filename>examples/tquery.cpp</filename>:</para>
+
+    <programlisting><xi:include href="tquery.txt" parse="text" 
     xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
 
     <para>The line just before the call to


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

Reply via email to