PromucFlow_constructor/app/server/appsmith-plugins/mysqlPlugin
Sumit Kumar db3636f7b0
mysql plugin - check if connection is stale before running query (#2080)
1. Check if mysql plugin connection is stale. If so, then return stale connection exception which triggers a retry after 
    establishing a new connection.
2. Refactor execute method code to remove code duplication.
3. Add a new test case to check if stale connection gets detected.
2020-12-08 21:03:31 +05:30
..
src mysql plugin - check if connection is stale before running query (#2080) 2020-12-08 21:03:31 +05:30
plugin.properties Fix class name casing for MySqlPlugin (#148) 2020-07-23 17:33:34 +05:30
pom.xml Make sql plugin use R2DBC driver instead of JDBC driver (#1936) 2020-11-28 18:04:56 +05:30