Swetha
January 8, 2024, 6:23am
1
We have observed an issue with one query. The same query used to work in older versions.
Query: SELECT ActivityLogID, Content, Encoding FROM ActivityLog_Content;
Not Working: SELECT ActivityLogID, Content, Encoding FROM ActivityLog_Content;
Working: SELECT ActivityLogID, Content, “Encoding” FROM ActivityLog_Content;
Expecting double quotes around Encoding. Any idea why is this happening?
Thanks,
Swetha
Swetha
January 8, 2024, 6:24am
2
Please find the screenshot for working query
Thanks,
Swetha
isha
January 8, 2024, 4:54pm
3
Hi @Swetha , This is a known issue that will be fixed in 24.3.1. Apologies for the inconvenience.
The following words were incorrectly made reserved keywords: ABSENT
, CONDITIONAL
, ENCODING
, ERROR
, FORMAT
, PASSING
, RETURNING
, SCALAR
, UNCONDITIONAL
, UTF8
, UTF16
, UTF32
.
24.3 Release Notes > Known Issues
Swetha
January 22, 2024, 8:39am
4
Hi @isha ,
By when 24.3.1 image (community edition) will be released?
Thanks,
Swetha
Swetha
January 25, 2024, 5:19am
5
Hi @isha ,
Any update on when 24.3.1 image will be released?
Thanks,
Swetha