AttributeError:模块“ sqlalchemy.dialects.postgresql”没有属性“ json_build_object”

时间:2019-07-15 21:55:25

标签: python postgresql sqlalchemy

我正在尝试在postgres中使用json_build_object()进行与完成的操作类似的SQLAlchemy查询here,但是我找不到任何需要导入的信息才能使它工作。

在这两个网站上我都没有找到有用的东西

https://www.postgresql.org/docs/10/index.html https://docs.sqlalchemy.org/en/13/dialects/postgresql.html#module-sqlalchemy.dialects.postgresql

from sqlalchemy.dialects import postgresql
from sqlalchemy.dialects.postgresql import json

使用任一导入语句都会给我错误消息 AttributeError:模块'sqlalchemy.dialects.postgresql'没有属性'json_build_object',除了提供的有关如何解决此问题的链接之外,我找不到任何信息。

0 个答案:

没有答案