You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have table with deleted columns and we wanna renameColumn this deleted column is still fetched by getListTableColumnsSQL and Dbal cannot fetch type for this column and cast them to anyelement. Maybe in sql should be additonal condition attisdropped=false to avoid this kind of situation?
When we have table with deleted columns and we wanna renameColumn this deleted column is still fetched by getListTableColumnsSQL and Dbal cannot fetch type for this column and cast them to anyelement. Maybe in sql should be additonal condition
attisdropped=false
to avoid this kind of situation?dbal/src/Platforms/PostgreSQLPlatform.php
Lines 450 to 483 in 6a793fb
The text was updated successfully, but these errors were encountered: