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....`