# HG changeset patch # User catherine@dellzilla # Date 1266439173 18000 # Node ID 46589473c36bf6593cdd732357b56ab4928a1626 # Parent f664c32fcb3fec2fdf281db5e807f9caf8c1039d added makefile to docs diff -r f664c32fcb3f -r 46589473c36b docs/source/capabilities.rst --- 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.