diff sqlpyPlus.py @ 85:b336d049cac7

bugs found during gcoug talk prep
author catherine@localhost
date Mon, 19 May 2008 16:45:24 -0400
parents a7be838c4ad5
children ca5d615d8207
line wrap: on
line diff
--- a/sqlpyPlus.py	Thu May 15 17:37:54 2008 -0400
+++ b/sqlpyPlus.py	Mon May 19 16:45:24 2008 -0400
@@ -882,12 +882,6 @@
                 result.append('%s/%s' % (object_type, object_name))
         self.stdout.write('\n'.join(result) + '\n')
 
-
-        if options.has_key('insensitive'):
-            searchfor = "LOWER(text)"
-            arg = arg.lower()
-
-
     def do_cat(self, arg):
         targets = arg.split()
         for target in targets: