* feat: Implement data type handling in MySQL (#16621) With this implementation we can now achieve the following under prepared statement: - Ability to distinguish between null object and "null" string - Ability to distinguish values like {{"098765"}} and {{098765}}. The former is identified as a string and the latter is identified as an integer * feat: Add unit test cases on data type handling in MySQL (#16621) * chore: Move MySQL specific types to a separate class (#16621) * chore: Remove import shortening (#16621) * Fix testStructure test case to have loose coupling with the order of tables (#16621) * Fix: Add missing client-side data types in params in a few test cases (#16621) * Fix query in test case (#16621) * Fix test cases and add small refactoring (#16621) * Refactor assertion with a check on Optional (#16621) * additional cypress test cases for mysql * updated test case object * update for failing test cases * mysql failure point fix * mysql false spec failure point fix * fix flacy test cases * flacky JSON test cases Co-authored-by: ChandanBalajiBP <chandan@appsmith.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.