摘要:
https://www.postgresqltutorial.com/postgresql-array/ https://www.postgresql.org/docs/9.1/arrays.html 展开列表:变成多行 SELECT group_name, unnest(alias) as ali 阅读全文
摘要:
在使用flask_sqlalchemy的时候,每当长时间未请求(5分钟,为啥时5分钟,往下看),当再一次使用连接的时候,就会报 python pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during qu 阅读全文