From 8f2dddc1716d713a0a919534d383b5b781717557 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 18 Jul 2006 15:13:32 +0000 Subject: [PATCH] echo=True --- examples/polymorph/polymorph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/polymorph/polymorph.py b/examples/polymorph/polymorph.py index f2f568726b..92554e087e 100644 --- a/examples/polymorph/polymorph.py +++ b/examples/polymorph/polymorph.py @@ -4,7 +4,7 @@ import sys, sets # this example illustrates a polymorphic load of two classes, where each class has a very # different set of properties -metadata = BoundMetaData('sqlite://', echo='debug') +metadata = BoundMetaData('sqlite://', echo='True') # a table to store companies companies = Table('companies', metadata, -- 2.47.3