Re: [sqlalchemy] traceback with dict-polymorphic example

2021-07-14 Thread I Jenkins
Awesome that seems to fix it. Thanks Mike! On Wednesday, July 14, 2021 at 8:00:08 PM UTC-7 Mike Bayer wrote: > fixed in master, please apply this patch: > > diff --git a/examples/vertical/dictlike-polymorphic.py > b/examples/vertical/dictlike-polymorphic.py > index 23a6e093d9..4c81af6d54 100644

Re: [sqlalchemy] traceback with dict-polymorphic example

2021-07-14 Thread Mike Bayer
fixed in master, please apply this patch: diff --git a/examples/vertical/dictlike-polymorphic.py b/examples/vertical/dictlike-polymorphic.py index 23a6e093d9..4c81af6d54 100644 --- a/examples/vertical/dictlike-polymorphic.py +++ b/examples/vertical/dictlike-polymorphic.py @@ -83,7 +83,7 @@ class

[sqlalchemy] traceback with dict-polymorphic example

2021-07-14 Thread I Jenkins
Hi all, Does anyone else have problems when trying to run the dictlike-polymorphic.py example? With sqlalchemy 1.4.20 and python2.7 I'm getting this traceback: ``` 2021-07-14 14:04:25,847 INFO