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 bug fixed in #14610 shows that we have missing functionality in the evalengine. In case sql_mode is changed from the default configuration, the evalengine doesn't honor that configuration.
This applies to NO_ZERO_DATE, but also to things like STRICT_TRANS_TABLES and how it does typecasting internally. #14610 fixed the original mismatch in evalengine behavior and the default SQL mode, but this tracks a separate feature request for the evalengine to honor this.
Use Case(s)
Changing sql_mode to allow zero dates or run in non strict mode should change the evalengine behavior.
The text was updated successfully, but these errors were encountered:
Feature Description
The bug fixed in #14610 shows that we have missing functionality in the
evalengine
. In casesql_mode
is changed from the default configuration, theevalengine
doesn't honor that configuration.This applies to
NO_ZERO_DATE
, but also to things likeSTRICT_TRANS_TABLES
and how it does typecasting internally. #14610 fixed the original mismatch inevalengine
behavior and the default SQL mode, but this tracks a separate feature request for theevalengine
to honor this.Use Case(s)
Changing
sql_mode
to allow zero dates or run in non strict mode should change the evalengine behavior.The text was updated successfully, but these errors were encountered: