sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

First letter of table name is missing when highlighting query

Open liviuconcioiu opened this issue 1 year ago • 0 comments

PS Z:\GitHub\sql-parser> php ./bin/highlight-query --query "SELECT * FROM `test` WHERE `col` = 1"       
SELECT
    *
FROM
    est
WHERE
    col = 1

liviuconcioiu avatar Oct 15 '24 14:10 liviuconcioiu