# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1237417407 14400 # Node ID 0ae3a8227bc06245592e1c3d40f3996683ad33f5 # Parent 9d67065ea030ee893e4f4500244121b60742b886 added binds to help diff -r 9d67065ea030 -r 0ae3a8227bc0 sqlpython/sqlpyPlus.py --- a/sqlpython/sqlpyPlus.py Wed Mar 18 19:02:28 2009 -0400 +++ b/sqlpython/sqlpyPlus.py Wed Mar 18 19:03:27 2009 -0400 @@ -470,6 +470,7 @@ py : Executes a Python command. py: Enters interactive Python mode (end with `\py`). Past SELECT results are stored in list `r`; most recent resultset is `r[-1]`. + SQL bind variables can be accessed/changed via `binds`. ''' return Cmd.do_py(self, arg)