8000 sql-bricks reserved words should come from spec & should be easy to override · Issue #116 · datavjs/sql-bricks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
sql-bricks reserved words should come from spec & should be easy to override #116
Open
@prust

Description

@prust

Currently the reserved words in sql-bricks is a union of those from SQLite and from Postgres. Instead, they should be derived from the spec and should be overridden in the vendor-specific extensions.

Also, it seems like it would be nice if the reserved words were easy to override and if the auto-quote-if-they-have-caps rule was easy to enable/disable. Or we should just expose the autoQuote function, so it can be overridden (currently it looks like we expose the autoQuote function, but we don't use that reference, so users are not able to actually override it).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0