From 77034649a12bfc857886558935a404499e2105fe Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 12 Oct 2010 08:06:04 +0000 Subject: [PATCH 1/1] Handle exists() with format arguments. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0883b3a..10383d3 100644 --- a/__init__.py +++ b/__init__.py @@ -70,7 +70,7 @@ class transaction(object): select exists ( {statement} ) - ''')[0] + '''.format(**locals()), 1)[0] @contextmanager def connect(dsn): -- 2.47.2