]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
echo=True
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:13:32 +0000 (15:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:13:32 +0000 (15:13 +0000)
examples/polymorph/polymorph.py

index f2f568726b23050de71a93942d8a1b926fa70a45..92554e087efca2e424d08d7ceae59a8d1b625bd3 100644 (file)
@@ -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,