Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTEs for the rest of CRUD statements #1338

Merged
merged 5 commits into from
Jul 24, 2024
Merged

CTEs for the rest of CRUD statements #1338

merged 5 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    bbf93f0 View commit details
    Browse the repository at this point in the history
  2. CTE for raw replace, update all, remove all

    Also: When collecting table names from column assignments that are part of an “update all” expression, we are only interested in the table name on the left-hand side of the assignment operator expression.
    trueqbit committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d5980a4 View commit details
    Browse the repository at this point in the history
  3. More constexpr factory functions ...

    ... operators, asterisk, object, where, select, compound, cte.
    This makes it possible to factor out common expressions now.
    trueqbit committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    cff4a64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3110378 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    0d3e1f7 View commit details
    Browse the repository at this point in the history