# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1238004510 14400 # Node ID f7daca26cc00800db81a59183e56127b451d8e4e # Parent ee5bec997cd349398b4aec2a72c1c28e623522a1 midway through py script change diff -r ee5bec997cd3 -r f7daca26cc00 docs/source/comparison.rst --- a/docs/source/comparison.rst Tue Mar 24 19:45:27 2009 -0400 +++ b/docs/source/comparison.rst Wed Mar 25 14:08:30 2009 -0400 @@ -867,7 +867,7 @@ jrrt@orcl> greet -u World HELLO WORLD! -Senora v0.6 includes a command, `lregister`, that will automatically create a new senora plugin from +Senora v1.0.1 includes a command, `lregister`, that automatically creates a new senora plugin from SQL commands in a file. This will make an incredibly easy way to make your own senora commands for your favorite tasks. diff -r ee5bec997cd3 -r f7daca26cc00 sqlpython/sqlpyPlus.py --- a/sqlpython/sqlpyPlus.py Tue Mar 24 19:45:27 2009 -0400 +++ b/sqlpython/sqlpyPlus.py Wed Mar 25 14:08:30 2009 -0400 @@ -23,7 +23,7 @@ - catherinedevlin.blogspot.com May 31, 2006 """ -#TODO: html escaping; prompt/accept; sqlpath; LOCAL name; @@ +#TODO: html escaping; prompt/accept; sqlpath; LOCAL name; python from stdin import sys, os, re, sqlpython, cx_Oracle, pyparsing, re, completion, datetime, pickle, binascii, subprocess from cmd2 import Cmd, make_option, options, Statekeeper, Cmd2TestCase from output_templates import output_templates