Closed
Description
Introduction
Nested comments break the page with the new sqlparser
To Reproduce
List of steps to reproduce the behavior. Include the sql file you are using and the eventual relevant parts of your database schema
/* First comment layer
/* Second comment layer */
First comment layer continues and ends
*/
Actual behavior
SQL error: Parsing failed: SQLPage couldn't understand the SQL file.
"SQL error: Parsing failed: SQLPage couldn't understand the SQL file. "
Version information
SQLPage 0.33 with new SQL Parser v0.54->
Additional context
This isn't the wanted behaviour? Huge job to clean up every nested comments, and some cases you need of course nested comments when you are developing something big code mass.