joereynolds / joereynolds/sql-lint

Check: Warn of missing commas.

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.