rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

Add hash SQL comments

Open tunetheweb opened this issue 3 years ago • 0 comments

Some SQL variants (e.g. mysql and BigQuery) allow use of a # to denote the start of a single-line comment:

select *   # This is a comment
from table

This PR adds that capability to rainbow and also adds some SQL comment tests.

tunetheweb avatar Nov 29 '20 19:11 tunetheweb