comparison sqlpyPlus.py @ 91:51e1fe3adf0e

to version 1.4.4
author catherine@cordelia
date Tue, 20 May 2008 21:58:55 -0400
parents f9a8852a9552
children fa8c9eb8908f
comparison
equal deleted inserted replaced
90:5c73ebfdb24c 91:51e1fe3adf0e
809 try: 809 try:
810 self.binds[var] = self.curs.callfunc(val, []) 810 self.binds[var] = self.curs.callfunc(val, [])
811 return 811 return
812 except: 812 except:
813 pass 813 pass
814 # TODO: fix 814 # TODO: when setting
815 815
816 print 'Could not parse ', args 816 print 'Could not parse ', args
817 817
818 def do_exec(self, arg): 818 def do_exec(self, arg):
819 if arg[0] == ':': 819 if arg[0] == ':':