Sami Darko
Sami Darko
This worked for me ```python @computed_field(return_type=str) @declared_attr def hello_world(self): return column_property( func.concat('hello ', "world") ) ``` Update, this is working: ```python # from the Conversation table @computed_field(return_type=Optional[bool]) @property def has_any_unread_message(self):...
This worked for me ```python @computed_field(return_type=str) @declared_attr def hello_world(self): return column_property( func.concat('hello ', "world") ) ``` but could not do a query Update, this is working: ```python # from the...
The following worked for me: ```shell pip install --upgrade 'git+https://github.com/GregBowyer/cld2-cffi.git@d048c5fa98066bdb130f1c7e52641a0645aef5ac' ``` gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0