Expand description
Provides validation logic for expected errors.
FunctionsΒ§
- is_
broken_ πchannel_ error - Broken channel error
- is_
neg_ exp_ error - is_
neg_ input_ error - is_
neg_ πsubstr_ error - Negative substr error
- is_
nested_ πloop_ join_ error - is_
numeric_ πout_ of_ range_ err Casting to u32 out of range
occurs when we have functions which expect non-negative arguments, e.g.select 222 << -1
- is_
numeric_ πoverflow_ error - Canβt avoid numeric overflows, we do not eval const expr
- is_
overlay_ πstart_ error - Zero or negative overlay start error
- is_
parse_ πerr - is_
permissible_ error - Certain errors are permitted to occur. This is because:
- is_
recovery_ in_ progress_ error - Permit recovery error Suppose Out Of Range Error happens in the following query:
- is_
subquery_ πunnesting_ error - is_
unimplemented_ πerror - Skip queries with unimplemented features
- is_
window_ πerror - is_
zero_ πerr - Ignore errors related to
0
. - not_
unique_ πerror - This error occurs because we test
implicit
casts as well, generated expressions may be ambiguous as a result, if there are multiple candidates signatures. Additionally.