PromucFlow_constructor/app/server/appsmith-plugins/postgresPlugin
Arpit Mohan bbd33c2968 Removing the query field in ActionConfiguration and using String body as the field to store the query
This is to simplify the query pane on the frontend client. The client doesn't need to have separate interfaces for sql and non-sql plugins. All queries will be sent to the server in the form of a String that is parsed in different formats based on the plugin.

Also adding test cases for PostgresPlugin. Used TestContainers to simulate the postgres db in Docker inside the Java test itself. Very useful.
2020-06-09 12:12:27 +00:00
..
src Removing the query field in ActionConfiguration and using String body as the field to store the query 2020-06-09 12:12:27 +00:00
pom.xml Removing the query field in ActionConfiguration and using String body as the field to store the query 2020-06-09 12:12:27 +00:00