joereynolds / joereynolds/sql-lint
Check: Warn of missing commas.
Open
check
- Dominant language
- TypeScript
- Stars
- 459
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
This is quite a broad one as missing commas can be found in `DELETE`, `SELECT`, `INSERT`, `CREATE TABLE` and some others. Still it'd be nice to warn of them.
Here are some examples
```
CREATE TABLE test (
uid INT(11) DEFAULT 0 NOT NULL
pid INT(11) DEFAULT 0 NOT NULL
);
SELECT name age FROM person;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.