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
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
I've started to try it out this morning and so far it's quite nice - we added our own Sequence definition delta tool since your tools does not seem to support it (only values).
We have a bug though when comparing functions (PL in our case) - the function definition is alright but the ALTER FUNCTION command has a glitch, it adds the param definition 2 times:
ex: ALTER FUNCTION public.se2_isnumeric(text)(text) OWNER TO XXX;
instead of having ALTER FUNCTION public.se2_isnumeric(text) OWNER TO XXX;
Let me know if you think you can fix that in the coming days - if not we will build our own.