Skip to main content

Community

Other: HVR Request - Support DDL changes for Snowflake with a set default collation..

Please sign in to leave a comment.

Comments

1 comment

  • Mark Van de Wiel User

    Hi Terry,

    Thanks for submitting this suggestion.

    Have you discussed this with Snowflake? I am a bit surprised that following the alter database command to set the default that they don't assign the default collation to an add column command that does not explicitly override the collation. HVR runs something like:

    alter table <schema>.<table> add  <column>  varchar(10) ;

    You would see this in the capture log file.

    I.e. I wonder if this request belongs in Snowflake's court.

    Thanks,
    Mark.