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

Fixed SQL rendering of special DDL table options in CrateDDLCompiler. #141

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 24, 2024

  1. Fixed SQL rendering of special DDL table options in CrateDDLCompiler.

    Configuring special table options like `crate_"translog.durability"` was
    not possible, because they got rendered into SQL DDL in uppercase
    letters. That fails like:
    
        SQLParseException[Invalid property "TRANSLOG.DURABILITY" passed to
        [ALTER | CREATE] TABLE statement]
    amotl committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1357ae0 View commit details
    Browse the repository at this point in the history