Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Actual client side prepared statement has 2 implementations : MariadbSimpleQueryStatement and MariadbClientParameterizedQueryStatement.
Those 2 differents implementation just relies on a commands containing question mark or ";" for named parameter those, needs to be merged: there is not really a need for this differentiations, and current MariaDBSimpleQueryStatement has missing behavior (returning data, ...)