You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses the CockroachDB SQL parser, which effectively limits it to use with just CockroachDB, since CockroachDB lacks significant amounts of SQL support: WITH RECURSIVE, CREATE FUNCTION, and CREATE TYPE. And that's just standard ANSI SQL.
IMO, this should either
advertise as CockroachDB SQL formatter
fork from the CockroachDB parser so as to allow contributions to support SQL syntax (regardless of CockroachDB support).
The text was updated successfully, but these errors were encountered:
This library uses the CockroachDB SQL parser, which effectively limits it to use with just CockroachDB, since CockroachDB lacks significant amounts of SQL support:
WITH RECURSIVE
,CREATE FUNCTION
, andCREATE TYPE
. And that's just standard ANSI SQL.IMO, this should either
advertise as CockroachDB SQL formatter
fork from the CockroachDB parser so as to allow contributions to support SQL syntax (regardless of CockroachDB support).
The text was updated successfully, but these errors were encountered: