* 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> |
||
|---|---|---|
| .. | ||
| cypress | ||
| docker | ||
| generators | ||
| patches | ||
| public | ||
| src | ||
| test | ||
| typings | ||
| .babelrc | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .flowconfig | ||
| .gitignore | ||
| .huskyrc | ||
| .lintstagedrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .sentryclirc | ||
| build.sh | ||
| craco.build.config.js | ||
| craco.common.config.js | ||
| craco.dev.config.js | ||
| cypress_fat.json | ||
| cypress.env.json | ||
| cypress.json | ||
| Dockerfile | ||
| gitbook-algolia-lambda.js | ||
| index.tsx | ||
| jest.config.js | ||
| netlify.toml | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| README.old.md | ||
| start-https.sh | ||
| stats.json | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.path.json | ||
| vercel.json | ||
| yarn.lock | ||
Appsmith Client
This project was bootstrapped with Create React App.
For details on setting up your development machine, please refer to the Setup Guide