[FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement

Co-authored-by: skylhd <dickylhd@gmail.com>
This commit is contained in:
obdev
2023-08-29 05:18:37 +00:00
committed by ob-robot
parent a8e5c8a999
commit 0697e7f776
27 changed files with 1839 additions and 537 deletions

View File

@ -390,6 +390,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"json_arrayagg", JSON_ARRAYAGG},
{"json_objectagg", JSON_OBJECTAGG},
{"json_value", JSON_VALUE},
{"json_table", JSON_TABLE},
{"key", KEY},
{"keys", KEYS},
{"key_block_size", KEY_BLOCK_SIZE},
@ -530,6 +531,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"nchar", NCHAR},
{"ndb", NDB},
{"ndbcluster", NDBCLUSTER},
{"nested", NESTED},
{"new", NEW},
{"next", NEXT},
{"no", NO},
@ -578,6 +580,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"options", OPTIONS},
{"or", OR},
{"order", ORDER},
{"ordinality", ORDINALITY},
{"orig_default", ORIG_DEFAULT},
{"out", OUT},
{"outer", OUTER},
@ -595,6 +598,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"partitioning", PARTITIONING},
{"partitions", PARTITIONS},
{"password", PASSWORD},
{"path", PATH},
{"pattern", PATTERN},
{"pause", PAUSE},
{"percentage", PERCENTAGE},