You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to find an issue already covering this given I am surprised it did not surface yet but I failed..
Ecto (Elixir ORM) has recently introduced on master support for multiple concurrent migrators and they do this by locking the migration table using a SELECT FOR UPDATE statement which is not supported by CDB at the moment.
Hi all,
I tried to find an issue already covering this given I am surprised it did not surface yet but I failed..
Ecto (Elixir ORM) has recently introduced on master support for multiple concurrent migrators and they do this by locking the migration table using a
SELECT FOR UPDATE
statement which is not supported by CDB at the moment.I suspect other migration tool will behave the same and I checked Flyway for example, and they do leverage it as well
Is there any chance to support this ?
The text was updated successfully, but these errors were encountered: