Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
6.4.6, 22.08.5, 23.02.1
-
None
-
MXS-SPRINT-182
Description
Here's an example:
SELECT 1e10 + 1 |
The request that ends up in MaxScale is:
select 1e10 1
|
This happens as the SQL is sent as a request option and the payload is not escaped correctly.