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
DP-413023: Require double quotes around delimited identifiers
2022.3.0
This change prevents the parser from accepting a non-quoted delimited identifier of the form as . Before this change, the parser would accept this as a constant field with identifier and value . With this change, the parser will now throw an error.
Demonstrated in the unit test / build failures in the GitHub actions workflow on latest IRIS CE.
The text was updated successfully, but these errors were encountered: