laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

fix: preg_replace evaluate double backslash for mysql driver and keep…

Open hichxm opened this issue 2 years ago • 1 comments

Close #1482

hichxm avatar Oct 20 '23 00:10 hichxm

  • https://github.com/highlightjs/highlight.js/issues/4269#issue-3097738330

Also highlightjs does not support mysql/mariadb, postgres sql syntax/some keywords, example

-- escaped quote fails
select cast('text\' test' as char) as `field`; --'  dont work in highlightjs but works here and on other plugins

angeljqv avatar Jun 17 '25 13:06 angeljqv