Re: [sqlalchemy] traceback with dict-polymorphic example

2021-07-14 Thread I Jenkins
if attribute is not None > ] > -return case(whens, self.cls.type, null()) > +return case(whens, value=self.cls.type, else_=null()) > > def __eq__(self, other): > return self._case() == cast(other, String) > > > > > On Wed, Jul 14, 2021

[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 sqlalchemy.