From: Mike Bayer Date: Tue, 18 Jul 2006 15:13:32 +0000 (+0000) Subject: echo=True X-Git-Tag: rel_0_2_6~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f2dddc1716d713a0a919534d383b5b781717557;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git echo=True --- 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,