suilven

Results 3 comments of suilven

@molivasdat, @roryodonnell I've been thinking about how we can satisfy both requirements here, namely 1. Replacing a view in Postgres when the column names or data types change. 2. Maintaining...

Thanks for your feedback @abelk2. I wonder if the simplest solution is to add a new Liquibase property to toggle the old `dropIfExists` behaviour for the `createView` change type? This...

I'm seeing the same with Gradle. If I run a `@QuarkusIntegrationTest` for a Lambda integration test, the test fails with a `SocketTimeoutException` but it works when the same test is...