When using Spring Data JPA with @column(columnDefinition = "TEXT"), Hibernate executes an unnecessary ALTER TABLE statement every time the application starts. In PostgreSQL, if a column is already of ...
When attempting to add a GEOMETRY column to an existing table in DuckLake using ALTER TABLE ... ADD COLUMN, the operation fails with the error "Unsupported user ...