|
|
|
|
|
by JelteF
2821 days ago
|
|
Looks really cool, but I have one suggestion. Have you considered using leading commas? It makes big SQL statements much easier to edit and it improves diffs. I normally use trailing commas for my code, but most sql dialects don't support it so I fallback to leading ones there. |
|
It does lead to longer queries and poor use of screen real estate, but it is very readable.