diff options
Diffstat (limited to 'sandbox/test.py')
-rw-r--r-- | sandbox/test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/test.py b/sandbox/test.py index e3d31a7..a2a2a6b 100644 --- a/sandbox/test.py +++ b/sandbox/test.py @@ -31,7 +31,7 @@ def sleep(curs): while not curs.isready(): print "." time.sleep(.1) - + #curs.execute(""" # DECLARE zz INSENSITIVE SCROLL CURSOR WITH HOLD FOR # SELECT now(); @@ -47,4 +47,3 @@ def sleep(curs): #curs.execute("SELECT now() AS bar"); #sleep(curs) - |