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
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