Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.3
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-r2dbc/issues/58
client side parameter parsing error when searching for named parameter for command like
SELECT @amount := 10; |
resulting in java.lang.IllegalStateException: Parameter at position 0 is not set
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description | This result in having wrong error like "java.lang.IllegalStateException: Parameter at position 0 is not set" in place of server error. |
see https://github.com/mariadb-corporation/mariadb-connector-r2dbc/issues/58
client side parameter parsing error when searching for named parameter for command like {code:java} SELECT @amount := 10; {code} resulting in java.lang.IllegalStateException: Parameter at position 0 is not set |
Summary | wrong parsing for command using : | Wrong client side parsing for named parameter |
Fix Version/s | 1.1.4 [ 28551 ] |
Component/s | other [ 16606 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Remaining Estimate | 0d [ 0 ] |