DB IO count params fix for comments

This commit is contained in:
Clemens Schwaighofer
2024-12-10 13:36:57 +09:00
parent 78591d6ba4
commit a7742bd5c8
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class ConvertPlaceholder
private const PATTERN_QUERY_SPLIT =
',|' // for ',' mostly in INSERT
. '[(<>=]|' // general set for (, <, >, = in any query with any combination
. '(?:[\(,]\s*\-\-\s*\w*)\r?\n|' // a comment that starts after a ( or ,
. '(?:[\(,]\s*\-\-[\s\w]*)\r?\n|' // a comment that starts after a ( or ,
. '\^@|' // text search for start from text with ^@
. '\|\||' // concats two elements
. '&&|' // array overlap