【发布时间】:2023-03-13 19:53:02
【问题描述】:
在 sqlalchemy 中,我使用经典映射和 autoload=True。我想从 postgresql 查询 jsontype 的数据。
D:\Python27\lib\site-packages\sqlalchemy\dialects\postgresql\base.py:1706: SAWarning: Did not recognize type 'json' of column 'comm_media_alias'name, format_type, default, notnull, domains, enums, schema)
如何处理这个问题
【问题讨论】:
标签: json postgresql sqlalchemy