-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hi,
Im facing some problems when I insert a JSONB into a table, I get this error:
following exception: 'StrCompileDialect' object has no attribute '_json_serializer'
Traceback (most recent call last):
File "/Users/alejandrorosas/.pyenv/versions/raven/lib/python3.6/site-packages/sqlalchemy/sql/type_api.py", line 456, in _cached_bind_processor
return dialect._type_memos[self]['bind']
File "/Users/alejandrorosas/.pyenv/versions/3.6.2/lib/python3.6/weakref.py", line 394, in __getitem__
return self.data[ref(key)]
KeyError: <weakref at 0x10d9c54a8; to 'JSONB' at 0x10d91f2e8>
In the 0.14.2 version it was working correcly, maybe there's an issue with the latest version.
Thanks!
Reactions are currently unavailable