bugfix : json dot notation bugfix patch to master

This commit is contained in:
obdev
2023-12-29 07:13:17 +00:00
committed by ob-robot
parent 62b5b467a4
commit 54a47d33fd
13 changed files with 342 additions and 244 deletions

View File

@ -670,6 +670,7 @@ public:
share::schema::ObObjectType &obj_type,
uint64_t &schema_version);
static bool check_need_disconnect_parser_err(const int ret_code);
static bool check_json_expr(ObItemType type);
static int print_identifier_require_quotes(ObCollationType collation_type,
const ObString &ident,