-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
ai-easyStraightforward for AI; factual or single-step tasksStraightforward for AI; factual or single-step taskskind/compatibilityThe compatibility with mysql 8.0 should be discussed further.The compatibility with mysql 8.0 should be discussed further.parser mysql.ypriority/p0Critical feature that should be implemented in this versionCritical feature that should be implemented in this version
Milestone
Description
Function Information
Function Name: ->
Category: operators
MySQL Function Description
MySQL -> operator:
JSON column path operator
Expected Behavior
Expected behavior:
According to MySQL documentation, the operator should return correct results.
Current Behavior in MatrixOne
This function is not implemented in MatrixOne.
Error Message: (1064, 'SQL parser error: You have an error in your SQL syntax; check the manual that corresponds to your MatrixOne server version for the right syntax to use. syntax error at line 1 column 37 near "
Test Case
SELECT JSON_OBJECT('key', 'value') -> '$.key' AS result1MySQL Documentation
Request
Please implement the -> function to improve MySQL compatibility.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ai-easyStraightforward for AI; factual or single-step tasksStraightforward for AI; factual or single-step taskskind/compatibilityThe compatibility with mysql 8.0 should be discussed further.The compatibility with mysql 8.0 should be discussed further.parser mysql.ypriority/p0Critical feature that should be implemented in this versionCritical feature that should be implemented in this version