PromucFlow_constructor/app/server/appsmith-interfaces/src
subratadeypappu eaf9b95bd6
fix: Internal server error in case of ARRAY type in MySQL (#17702) (#17838)
Fix internal server error in case of ARRAY type in MySQL (#17702)

This commit adds support for handling array like data in MySQL
- If the data type identified by the client side is of type ARRAY it will be treated as STRING as MySQL doesn't have support for ARRAY data type
2022-10-28 11:51:59 +05:30
..
main/java/com/appsmith fix: Internal server error in case of ARRAY type in MySQL (#17702) (#17838) 2022-10-28 11:51:59 +05:30
test/java/com/appsmith/external fix: ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (#17707) 2022-10-25 18:56:35 +06:00