Redshift alter column type no set (#1912)

This commit is contained in:
Yoav Cohen 2025-07-03 18:16:21 +02:00 committed by GitHub
parent a3398223d7
commit 015caca611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 59 additions and 28 deletions

View file

@ -258,4 +258,8 @@ impl Dialect for PostgreSqlDialect {
fn supports_set_names(&self) -> bool {
true
}
fn supports_alter_column_type_using(&self) -> bool {
true
}
}