您可以在RowProxy中做出命令,以支持项目分配。
例如:
result_proxy = query.fetchall()for row in result_proxy: d = dict(row.items()) d['Tags'] = d['Keywords']

您可以在RowProxy中做出命令,以支持项目分配。
例如:
result_proxy = query.fetchall()for row in result_proxy: d = dict(row.items()) d['Tags'] = d['Keywords']