Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local-data-api should respond with an error, if SQL exceeds 65536 characters limit. #144

Open
akarmes opened this issue Jun 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@akarmes
Copy link

akarmes commented Jun 23, 2021

Actual behavior:
It's sufficiently handling requests with sql string longer than 65536 characters

Expected behavior:
BadRequestException, 400 status code, message "Number of characters in SQLStatement is longer than 65536"

@koxudaxi
Copy link
Owner

@akarmes
Thank you for creating this issue.
OK, I will implement it.

@koxudaxi koxudaxi added the enhancement New feature or request label Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants