changeset 303:f7daca26cc00

midway through py script change
author catherine@Elli.myhome.westell.com
date Wed, 25 Mar 2009 14:08:30 -0400
parents ee5bec997cd3
children ed02c8b1a9b6
files docs/source/comparison.rst sqlpython/sqlpyPlus.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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