diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-18 15:13:32 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-18 15:13:32 +0000 |
| commit | 8f2dddc1716d713a0a919534d383b5b781717557 (patch) | |
| tree | b4583a9e2e446867fda634835faadbdf928bcf30 /examples/polymorph | |
| parent | c9c43e850f02f36ccd07dff55d75efc49f8da927 (diff) | |
| download | sqlalchemy-8f2dddc1716d713a0a919534d383b5b781717557.tar.gz | |
echo=True
Diffstat (limited to 'examples/polymorph')
| -rw-r--r-- | examples/polymorph/polymorph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/polymorph/polymorph.py b/examples/polymorph/polymorph.py index f2f568726..92554e087 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, |
