Skip to content

refactor(sql): introduce DDL operations #7928

Open
@kszucs

Description

@kszucs

The backend classes contain a lot of code to actually compile DDL queries, these should be offloaded to the compilers themselves with possible code reuse opportunities.

I would consider to introduce DDL operations in the future and offload their compilation to the compiler possibly with some code reuse and the backend classes could get less noisy.

Originally posted by @kszucs in #7877 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    expressionsIssues or PRs related to the expression APIrefactorIssues or PRs related to refactoring the codebasesqlBackends that generate SQL

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions