diff options
Diffstat (limited to 'sandbox/test814.py')
-rw-r--r-- | sandbox/test814.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/test814.py b/sandbox/test814.py index 53e7e7f..1e20ba0 100644 --- a/sandbox/test814.py +++ b/sandbox/test814.py @@ -6,4 +6,3 @@ curs = conn.cursor() curs.execute("SELECT true AS foo WHERE 'a' in %s", (("aa", "bb"),)) print curs.fetchall() print curs.query - |