Skip to content

Conversation

@stollr
Copy link

@stollr stollr commented Dec 23, 2023

The following SQL query could be parsed:

SELECT * FROM car /* test comment */ WHERE color = 'black'

but the creator was not able to generate a SQL query from the parsed tree. An UnableToCreateSQLException with the message unknown [expr_type] = comment in "FROM" [0] was thrown in src/PHPSQLParser/builders/FromBuilder.php in line 103.

Previously a PHPSQLParser\exceptions\UnableToCreateSQLException with the message 'unknown [expr_type] = comment in "FROM" [0]' was thrown in src/PHPSQLParser/builders/FromBuilder.php in line 103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant