Description
SQL REFRESH command parsing is way too aggressive:
| REFRESH TABLE tableIdentifier #refreshTable | REFRESH .*? #refreshResource
We should change it so it takes the whole string (without space), or a quoted string.
SQL REFRESH command parsing is way too aggressive:
| REFRESH TABLE tableIdentifier #refreshTable | REFRESH .*? #refreshResource
We should change it so it takes the whole string (without space), or a quoted string.