filipe

Results 146 comments of filipe

Before 4.22.0 we had a bunch of checksums issues, but since it we bumped checksums version and we are being more careful about it. So this issue is gone now...

Hello @ivanfernandezetu @ComputerDaddyGuy @tati-qalified Could you try to use environment variable LIQUIBASE_CONTEXTS instead of the -D parameter and confirm if it works? I'm suspecting that it may be something else...

Hi @tati-qalified I took a better look at this and it's a hell of renamed/duplicated properties. From update help command, the property should be `contextFilter` . I can see that...

So it's an index (unique or not), and if the column is added with constraint nullable then you append the where is not null for it. We would need to...

Hello @LonwoLonwo ! Thanks for the issue. In fact the Function code is in liquibase-commercial that's why you can't find it. But anyway this is a bug in commercial code...

@LonwoLonwo This fix is on commercial, but I guess you can't see it: https://github.com/liquibase/liquibase-pro/pull/1638 Once I get an artifact I'll share the link.

Hello @LonwoLonwo ! Are you able to give current master artifacts a try and see if it fixes the issue? https://github.com/liquibase/liquibase/actions/runs/8568825281/artifacts/1388234226 (from https://github.com/liquibase/liquibase/actions/runs/8568825281 run)

> Hello @filipelautert > > I'm sorry for not getting back to you sooner. I don't know how exactly I can use artifact files. Maybe I will wait for the...

@LonwoLonwo I'll close this one as the fix in merged to master. We are planning to release next week so you'll be able to test, but if the problem persists...

> It looks like you do not use the full function name in this query: `SELECT GET_DDL('function', 'PI_UDF()')` It should be `SELECT GET_DDL('function', 'TEST1.PI_UDF()')` or, better `SELECT GET_DDL('function', 'DATABASE_NAME.SCHEMA_NAME.PI_UDF()')` >...