-
-
Notifications
You must be signed in to change notification settings - Fork 114
SQL Comments #570
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Dear Developers,
The comment tokens for SQL comments are not described in the documentation.
Checking the source I found that only the syntax
/* ... */is supported (?) for either single-line and multi-line comments is supported.I would really appreciate if the classic SQL syntax
--(double dash) would be supported for single-line comments, so I would like to ask if such extension is agreeable with you and: https://stackoverflow.com/a/59706280 would be sufficient code-wise?Best