Issue with SELECT query used for VDS creation

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

Please find the screenshot for working query

Thanks,
Swetha

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

Hi @isha ,

By when 24.3.1 image (community edition) will be released?

Thanks,
Swetha

Hi @isha,

Any update on when 24.3.1 image will be released?

Thanks,
Swetha