PromucFlow_constructor/app/server/appsmith-plugins
Trisha Anand e5574c1945
Support Prepared Statements in Postgres (#2967)
* Pushing minor editor form changes to ensure that prepared statement could be turned off.

* Code refactor to do variable substitution in PluginExecutor instead of action service.

* WIP : Prepared Statement handling in psql plugin

* WIP Prepared Statements.

* Working version of prepared statements

* Quote trimming added for post preparing sql statements. Now the unprepared statements and prepared statements do not require edits.

* Fixed existing test cases failing.

* Code formatting.

* Super minor code cleanup.

* Added migration for the existing postgres actions.

* Fixed failing test cases in ActionServiceTest.

* Minor change in the text for turning on and off prepared statements in the postgres query pane.

* Added test cases for prepared statement.

* Some minor comments for code readability

* Moved Prepared Statement setting from Action Configuration to Plugin Specified Templates since this setting does not make sense for all the DB plugins.

* Added function level comments

* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/helpers/SqlStringUtils.java

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>

* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/helpers/SqlStringUtils.java

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>

* Incorporated review comments.

* Fixed compile time error.

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-02-18 18:33:27 +05:30
..
amazons3Plugin Support Prepared Statements in Postgres (#2967) 2021-02-18 18:33:27 +05:30
dynamoPlugin Add datasource structure support for DynamoDB (#2919) 2021-02-10 13:28:35 +05:30
elasticSearchPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
firestorePlugin Include Firestore document metadata in responses (#3063) 2021-02-16 22:09:09 +05:30
mongoPlugin Correcting the display message for query actions based on isExecutionSuccess flag (#3045) 2021-02-15 22:10:04 +05:30
mssqlPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
mysqlPlugin Support Prepared Statements in Postgres (#2967) 2021-02-18 18:33:27 +05:30
postgresPlugin Support Prepared Statements in Postgres (#2967) 2021-02-18 18:33:27 +05:30
rapidApiPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
redisPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
redshiftPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
restApiPlugin Support Prepared Statements in Postgres (#2967) 2021-02-18 18:33:27 +05:30
pom.xml s3 plugin (#2735) 2021-02-10 15:26:01 +05:30