Just want to check if there is any plan to support MySQL JSON column->path for quoteName function. https://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html#operator_json-column-path Something like: ``` $db->quoteName('params->"$.field"', 'as_field'); ``` It should only quote the "params" part.