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

Use getSchemaTableName also in the create table statement #8006

Merged
merged 1 commit into from
Sep 2, 2022

Commits on May 16, 2022

  1. Use getSchemaTableName also in the create table statement

    When all other sql statements are built, this method is used for including the schema name in front of the table name (if specified). So to make it more consistent, it would be better to also create the table in the specified schema.
    
    PS: Please indulge me for not opening an issue, as i think this optimization is pretty trivial and need no big discussion.
    
    Signed-off-by: Michael Weigmann <michael.weigmann@hsh-berlin.com>
    mwgmnn committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f44f09b View commit details
    Browse the repository at this point in the history