taozhi8833998/node-sql-parser

Throws SyntaxError when parsing 'create database' statements with name in backticks

Closed this issue · 0 comments

Describe the bug
Throws SyntaxError when parsing 'create database' statements with the name of the database in backticks

Database Engine
MySQL

To Reproduce
-the SQL that be parsed

CREATE DATABASE IF NOT EXISTS `gouden_draak`;

-the node-sql-parser version
v5.1.0
-the node version
v18.20.3

Expected behavior
Return AST

Additional context
Minimal reproducible example: https://stackblitz.com/edit/stackblitz-starters-9dpxty?file=index.js