[CONJ-262] rewritestatement parsing error Created: 2016-03-02  Updated: 2016-03-18  Resolved: 2016-03-18

Status: Closed
Project: MariaDB Connector/J
Component/s: Other
Affects Version/s: all
Fix Version/s: 1.3.7

Type: Bug Priority: Major
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Fixed Votes: 0
Labels: None


 Description   

Query parsing for option rewriteBatchedStatements must improve.
Goal is to identify the query that can be rewritten like INSERT into TABLE(a,b) VALUE (1,2).
-> INSERT FROM SELECT cannot be rewritten
-> INSERT ... ON UPDATE must work if no parameter in the UPDATE PART
-> multiple query must not be rewritten (INSERT INTO...; SELECT ...)
-> The "value" part must be well detected even with query with tab character
...


Generated at Thu Feb 08 03:14:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.