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
The actual error message that is returned by the PostgreSQL database is ERROR: invalid input syntax for type integer: "somestring". Ideally, this message should be propagated to the user in the "Error summary".
The text was updated successfully, but these errors were encountered:
Currently, the following query fails with the error message
There has been an server error with your job.
ifcol
is of any other type thenchar
.The actual error message that is returned by the PostgreSQL database is
ERROR: invalid input syntax for type integer: "somestring"
. Ideally, this message should be propagated to the user in the "Error summary".The text was updated successfully, but these errors were encountered: