filipe

Results 146 comments of filipe

Postgresql defines 2 column types to handle blob types: bytea and large objects that must be declared as "oid". According to postgresql documentation, both must use different jdbc methods (https://jdbc.postgresql.org/documentation/binary-data/)...

Hi @sushantgs - interesting, as clob type is using setCharacterStream . Are you using valueClobFile ? `

Hi @SambitNanda , which liquibase version are you using? I tested option "--defaultSchemaName=my_schema" on liquibase 4.8, 4.12 and 4.16.1 and running in debug I can see it doing an ALTER...

Thanks @SambitNanda ! Could you provide more details on how to reproduce the issue, maybe an example file? Are you executing it from command line or using any integration as...

@SambitNanda I still reviewing the code to understand where/how to fix it, but so far I found out that for Oracle using method **setDefaultCatalogName** would fix it: ``` if (schema...

Hello @shaounak - on Liquibase concepts, Redshift supports schemas and Snowflake supports schemas and catalog. So for your case you can still using setDefaultSchemaName as it has been fixed on...

Hello, did it work? If it's all fine now we can close this ticket.

Hello I'm trying to reproduce this issue without success. I've tried with Postgresql 10 and 14, and tested with Liquibase 3.10.2, 4.9.1, 4.15.0 and 4.16.1 . Also executed with SpringBoot...

Hi - as I didn't hear back about it this must be fixed on most recent versions. Closing the issue, if you still have this problem let us know.