Current regex only accept placeholders at the end of the query: ``` var valueBracketReg = regexp.MustCompile(`\([^(]*.[^(]\)$`) ``` This doesn't work with `INSERT .... ON DUPLICATE KEY UPDATE....`
Current regex only accept placeholders at the end of the query:
This doesn't work with
INSERT .... ON DUPLICATE KEY UPDATE....