You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's a question mark usages in query (because of regular expression) with similar usage to this REGEXP_REPLACE(u.name, '^([^ ]+)(?: ([^\\(].+[^\\)]))?(?: \\((.+)\\))?$', '$2$1$3'), then vsprintf() function call in Logger\ProfileLogger throws this warning
vsprintf(): Too few arguments
This is probably caused by sanitization of question marks (used in sql's regexp) replacing them by %s.
The text was updated successfully, but these errors were encountered:
servantales25
changed the title
Tracy panel not working with REGEXP_REPLACE
Tracy panel crashes with queries containing regular expressions
Aug 11, 2021
If there's a question mark usages in query (because of regular expression) with similar usage to this
REGEXP_REPLACE(u.name, '^([^ ]+)(?: ([^\\(].+[^\\)]))?(?: \\((.+)\\))?$', '$2$1$3')
, thenvsprintf()
function call in Logger\ProfileLogger throws this warningThis is probably caused by sanitization of question marks (used in sql's regexp) replacing them by %s.
The text was updated successfully, but these errors were encountered: