PromucFlow_constructor/app/server/appsmith-plugins
Trisha Anand 81d5cffc44
feat: UQI where clause support (#9051)
* Added parsing of where condition to Condition format

* Refactoring the name of functions to denote old style before implementing UQI where clause

* Updated the error message for data type problem for mixed data tyeps

* Generating complex logical expression.

* Working version of filtering happening without refactoring of code

* Added where clause configuration in List files in a bucket command.
Not able to render due to some configuration issue.

* Untested code completion

* To be reverted. Ayush's changes.

* Tested where condition on S3 List

* Made AND the default option for where clause

* where clause working in case of no valid inputs provided.

* Added parallel test cases as that were existing for the old where clause

* Revert "To be reverted. Ayush's changes."

This reverts commit a0f9b72e241f0688b7ef07cea8c3017473423512.

* Making equality the default option in a new where clause for LIST command

* Added test cases incorporating the review comments.

* Updated the options for the where command in S3 plugin. Removed the comparison operators except equality, non equality and belonging (in and not in) operators.

* Added catching of exception while parsing the operator into known appsmith condition types

* Reusing objectmapper from BasePlugin instead of creating a new one here.
2021-11-18 15:45:43 +05:30
..
amazons3Plugin feat: UQI where clause support (#9051) 2021-11-18 15:45:43 +05:30
arangoDBPlugin fix: fix mysql prepared statement integer and boolean type handling (#6987) 2021-09-17 08:56:12 +00:00
dynamoPlugin Fix: Dynamodb Plugin: remove data type info keys from raw values. (#6652) 2021-08-17 19:18:25 +05:30
elasticSearchPlugin Replace the repoTag from latest to fixed version 2021-06-04 13:49:20 +05:30
firestorePlugin feat: Where condition helper library using H2 in memory database (#7592) 2021-09-19 20:33:47 +05:30
googleSheetsPlugin fix: Add support for dynamic bindings in Google Sheets URL field (#9108) 2021-11-11 18:18:39 +05:30
jsPlugin feat: Changes to add js plugin (#4861) 2021-09-08 19:17:30 +05:30
mongoPlugin feat: make Mongodb plugin error messages more readable. (#7857) 2021-09-27 15:10:14 +00:00
mssqlPlugin fix: Updating the MS-SQL select query template to use TOP instead of LIMIT since LIMIT is not supported in the same. (#9082) 2021-11-12 10:48:43 +05:30
mysqlPlugin fix: Adding Prepared Statement setting to the main query pane for Postgres, MySQL and MS SQL plugins (#7762) 2021-09-23 14:39:22 +00:00
postgresPlugin Removing where clause from postgres template (#8202) 2021-10-05 16:47:42 +05:30
rapidApiPlugin Fix sporadic build errors (#4453) 2021-05-12 16:41:42 +05:30
redisPlugin remove outermost quotes (#6938) 2021-08-30 08:11:32 +05:30
redshiftPlugin Close Redshift connections every time (#8776) 2021-10-25 16:48:28 +05:30
restApiPlugin fix: Add support for content type in create file for S3 plugin (#9021) 2021-11-10 07:44:36 +05:30
saasPlugin feat: Introducing SaaS integrations as a plugin (#7560) 2021-09-21 17:35:29 +05:30
snowflakePlugin fix: validate database, warehouse and schema name (#7683) 2021-09-23 15:35:21 +05:30
pom.xml feat: Introducing SaaS integrations as a plugin (#7560) 2021-09-21 17:35:29 +05:30