convert sqlalchemy query result to a list of dicts ... result_dict = [dict(u) for u in my_query.fetchall()]. I am working in core, not ORM. Answered By: Ben.
確定! 回上一頁