diff --git a/patches/named-placeholders+1.1.2.patch b/patches/named-placeholders+1.1.2.patch index 6bfe320..f679b2f 100644 --- a/patches/named-placeholders+1.1.2.patch +++ b/patches/named-placeholders+1.1.2.patch @@ -7,7 +7,7 @@ index 527d723..f47b591 100644 // License: https://github.com/mscdex/node-mariasql/blob/master/LICENSE -const RE_PARAM = /(?:\?)|(?::(\d+|(?:[a-zA-Z][a-zA-Z0-9_]*)))/g, -+const RE_PARAM = /(?:\?)|(?:[:,@](\d+|(?:[a-zA-Z][a-zA-Z0-9_]*)))/g, ++const RE_PARAM = /(?:\?)|(?:[:@](\d+|(?:[a-zA-Z][a-zA-Z0-9_]*)))/g, DQUOTE = 34, SQUOTE = 39, BSLASH = 92;