Mercurial > sqlpython
changeset 274:0ae3a8227bc0
added binds to help
author | catherine@Elli.myhome.westell.com |
---|---|
date | Wed, 18 Mar 2009 19:03:27 -0400 |
parents | 9d67065ea030 |
children | df78546969c9 |
files | sqlpython/sqlpyPlus.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <command>: 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)