Skip to content

Purpose: SQL or CockroachDB-flavored SQL? #53

@pauldraper

Description

@pauldraper

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

  1. advertise as CockroachDB SQL formatter

  2. fork from the CockroachDB parser so as to allow contributions to support SQL syntax (regardless of CockroachDB support).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions