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
How can i use it as a targed for on_conflict clause?
AS 4 now it throws an exception django.core.exceptions.SuspiciousOperation: Coalesce(F(field_3), Value(-1)) is not a valid conflict target, specify a list of column names, or tuples with column names and hstore key.
The text was updated successfully, but these errors were encountered:
Hi
I have a functional index, like for example:
How can i use it as a targed for on_conflict clause?
AS 4 now it throws an exception
django.core.exceptions.SuspiciousOperation: Coalesce(F(field_3), Value(-1)) is not a valid conflict target, specify a list of column names, or tuples with column names and hstore key.
The text was updated successfully, but these errors were encountered: