liquibase-mongodb icon indicating copy to clipboard operation
liquibase-mongodb copied to clipboard

updateSQL feature not working

Open alexandru-slobodcicov opened this issue 3 years ago • 4 comments

From Liquibase Forum: https://forum.liquibase.org/t/liquibase-maven-plugin-with-mongo-db-updatesql/5214/7 https://forum.liquibase.org/t/doesnt-liquibase-updatesql-goal-work-with-mongo/5251

There is no plans yet to enable this feature. Will adjust README do be more explicit on supported features. This issue will remain in backlog if any Idea how to implement it comes. to mind.

┆Issue is synchronized with this Jira Bug by Unito

alexandru-slobodcicov avatar Apr 04 '21 05:04 alexandru-slobodcicov

Hello @alexandru-slobodcicov,

We needed update sql feature for mongodb. I forked the project to add this feature. It works well for us.

I just serialized statements as run commands and added a few custom sql generators for lock operations.

It may be useful for others, too. I would be happy to send a merge request if you are interested in.

My Repository Link: https://github.com/sinanyumak/liquibase-mongodb/tree/LIQU-1

sinanyumak avatar Jul 09 '24 13:07 sinanyumak

Hello @vitaliimak,

May i get your opinion about this?

sinanyumak avatar Jul 10 '24 05:07 sinanyumak

Hi @sinanyumak! Thanks for your work. It would be great if you could open a pull request so our team can test and review it.

vitaliimak avatar Jul 10 '24 09:07 vitaliimak

I've created a pull request. @vitaliimak

Thank you :)

Pull Request Link: https://github.com/liquibase/liquibase-mongodb/pull/544

sinanyumak avatar Jul 14 '24 10:07 sinanyumak