PromucFlow_constructor/app/server/appsmith-plugins/mysqlPlugin
Sumit Kumar 883fa44896
Make sql plugin use R2DBC driver instead of JDBC driver (#1936)
1. Add R2BC driver and remove JDBC driver usage in mysql plugin to make the plugin reactive.
2. Update dependencies in POM file.
3. Update mysql plugin to return result based on the type of sql query i.e select vs other queries. In case the queries are chained, then the last query is used for deciding the type.
4. Added a new TC for testing datasource and removed a non functional TC.
2020-11-28 18:04:56 +05:30
..
src Make sql plugin use R2DBC driver instead of JDBC driver (#1936) 2020-11-28 18:04:56 +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