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'm not sure that is really "wrong". In the first case, it's syntactically valid, but there is no domain with the specified name, and in the second case you have an invalid syntax, so a token unknown error is expected (or at least, only CHAR/VARCHAR/TIMESTAMP/TIME/DATE are supported here through cast_format_type).
Sure, it would be possible to adjust the parser to produce better errors, but there are a lot of other cases in the Firebird parser that result in a token unknown error if you make syntax errors.
Following query reports correct error (except "source column" part):
Following error is incorrect:
The text was updated successfully, but these errors were encountered: