joereynolds / joereynolds/sql-lint
add support for cockroachdb
- Dominant language
- TypeScript
- Stars
- 459
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
I'm running sql-lint as part of super-linter 3.6.0 and hitting the following
```json
create-changefeed.sql:19 [sql-lint: invalid-create-option] Option 'changefeed' is not a valid option, must be one of '["algorithm","database","definer","event","function","index","or","procedure","server","table","tablespace","temporary","trigger","user","unique","view"]'.
:19 [sql-lint: invalid-create-option] Option 'changefeed' is not a valid option, must be one of '["algorithm","database","definer","event","function","index","or","procedure","server","table","tablespace","temporary","trigger","user","unique","view"]'.
```
would be good to add cockroachdb specific syntax
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.