changeset 68:ffd095bf466c

sync
author catherine@DellZilla.myhome.westell.com
date Thu, 10 Apr 2008 12:36:49 -0400
parents d0bf9e40ba8d
children 1551db32abff
files sqlpyPlus.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sqlpyPlus.py	Mon Apr 07 12:17:16 2008 -0400
+++ b/sqlpyPlus.py	Thu Apr 10 12:36:49 2008 -0400
@@ -764,7 +764,7 @@
         if arg[0] == ':':
             self.do_setbind(arg[1:])
         else:
-            self.default('exec %s' % arg)
+            self.default('exec %s;' % arg)
 
     def do_cat(self, arg):
         targets = arg.split()