Skip to content

Double quoted identifier as column ref not added to column list #2483

@cmlee-accelins

Description

@cmlee-accelins

Describe the bug
When a double quoted identifier is used as a column identifier without a table specifier, it is not added to the column list.

Database Engine
snowflake

To Reproduce
-the SQL that be parsed
SELECT "abcdefg" FROM DUAL
-the node-sql-parser version
5.3.10
-the node version
v22.14.0

Expected behavior
Expect columnList to contain "select::null::abcdefg"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions