Oliver Rice
Oliver Rice
Here are the allowed equality operations https://github.com/supabase/walrus/blob/6b6c3ec212e91f3c2a51fa6698c0209dd5208b20/sql/walrus--0.1.sql#L10 but the availability may be limited depending on which client lib you're using
walrus does not currently consider type modifiers Example In all 3 cases, the data type (as far as walrus knows) is `char` Unfortunately, due to Postgres' "coerce via truncate" behavior...
> Are you suggesting Walrus won't be modified to overcome the deficit walrus will be updated to solve this issue, the short term fix is an option for users who...
Could you please add the version of alembic utils you are using and a sample env.py I can use to reproduce the error?
Were you having this problem on `0.7.6`? or if you don't know, could you please try installing it and check? I don't think its it should be relevant but I...
PGFunction has had issues with escape characters in the past so that would be my first guess but I'd need to see the SQL files to reproduce. If you could...
@mjpieters would you be able to check out this branch and test if it resolves your use-case / provide usage feedback?
The holdup on this is that if the alembic (non-utils) operations are expensive e.g. adding a new column with a server default to a large existing table, resolving the correct...
Seen error ``` ValueError: no dispatch function for object: ``` requires investigation