Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.27k stars 2.16k forks source link

fix:调整parseResponse获取SQLExecutor方式 #767

Closed alittle-yu closed 1 month ago

alittle-yu commented 1 month ago

parseResponse方法中如果使用createSQLExecutor,可能会覆盖在getStructure方法创建的SQLExecutor,SQLExecutor保存了数据库connection资源,覆盖后会导致connection无法正常释放资源。在使用数据连接池情况下会导致连接池连接占满。