JSON inline path operator ->> not supported on dbForge 8.1.22!
Posted: Wed 20 Feb 2019 21:29
The perfectly legal MySQL syntax for JSON_UNQUOTE(JSON_EXTRACT(json_record, keyName)) is the syntax shortcut:
SELECT json_record->>keyName;
Although dbForge does not generate an error for the JSON_EXTRACT version of the inline path operator syntax (i.e.: json_record->keyName) if does not accept the input of the same for the JSON_UNQUOTE equivalent of the inline path operator syntax as documented here:
https://dev.mysql.com/doc/refman/5.7/en ... nline-path
Can this please resolved/corrected in ASAP please? Thank you.
SELECT json_record->>keyName;
Although dbForge does not generate an error for the JSON_EXTRACT version of the inline path operator syntax (i.e.: json_record->keyName) if does not accept the input of the same for the JSON_UNQUOTE equivalent of the inline path operator syntax as documented here:
https://dev.mysql.com/doc/refman/5.7/en ... nline-path
Can this please resolved/corrected in ASAP please? Thank you.