Mercurial > sqlpython
changeset 15:9c7df9f825a1
cleanup find
author | devlinjs@FA7CZA6N1254998.wrightpatterson.afmc.ds.af.mil |
---|---|
date | Tue, 18 Dec 2007 19:18:22 -0500 |
parents | 1300a997d319 |
children | 2776755a3a7e |
files | sqlpyPlus.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpyPlus.py Tue Dec 18 19:15:58 2007 -0500 +++ b/sqlpyPlus.py Tue Dec 18 19:18:22 2007 -0500 @@ -693,7 +693,6 @@ arg = arg.lower() else: searchfor = "text" - print "* from all_source where %s like %%%s%%" % (searchfor, arg) self.do_select("* from all_source where %s like '%%%s%%'" % (searchfor, arg)) def do_describe(self, arg):