Skip to content

Support POSTGRESQL dialect #149

@kenkania

Description

@kenkania

Wrench only supports GOOGLESQL dialect today. It fails during schema migration table creation because postgres doesn't support that syntax. It's also possible that use of memefish may cause issues (e.g. comment removal), but I haven't see issues with that in practice. You can workaround this by just precreating the migration table in a postgres-compliant way.

Can I put up a PR to detect the dialect via API (but can force dialect with flag) and use a compliant CREATE TABLE statement?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions