Skip to content

Use double quotes to escape identifiers instead of square braces #677

@simonw

Description

@simonw

The absolute most disruptive change I could make is to switch style away from [table_name] to "table_name" in CREATE TABLE statements - which would be aesthetically more pleasing but would also break EVERY test suite out there that checks for the schema after creating tables.

I think it may be worth it though. This is the only chance to do that.

Might even be possible to create a codemod kind of thing to help people update their tests?

Originally posted by @simonw in #656

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions