changeset 456:46589473c36b

added makefile to docs
author catherine@dellzilla
date Wed, 17 Feb 2010 15:39:33 -0500
parents f664c32fcb3f
children 67f23ccba6f5
files docs/source/capabilities.rst
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/source/capabilities.rst	Wed Feb 17 14:32:31 2010 -0500
+++ b/docs/source/capabilities.rst	Wed Feb 17 15:39:33 2010 -0500
@@ -37,7 +37,7 @@
 History
 =======
 
-If used on a *nix machine with ``readline`` installed, then ``bash``-like access
+If used on a \*nix machine with ``readline`` installed, then ``bash``-like access
 to the command history is available.
 
 The up- and down-arrow keys allow you to scroll through the lines entered so far
@@ -282,6 +282,8 @@
 specified with special Wild SQL symbols: wildcards (`*`, `%`, `_`); column numbers (`#{N}`);
 and NOT-style exclusion (`!`).  The symbols can even be combined.
 
+TODO: column number Wild SQL is not working as of sqlpython 1.7.0
+
 ::
 
   jrrt@orcl> cat party
@@ -458,7 +460,7 @@
 sql_echo              Print text of "behind-the-scenes" queries            False
 timeout               In seconds                                           30
 timing                Print time for each command to execute               False
-wildsql               Accept *, %, #, and ! in column names                False
+wildsql               Accept \*, %, #, and ! in column names               False
 ===================== ===================================================  ===============
 
 The user can change these with the `set {paramname} {new-value}` statement.