[FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com> Co-authored-by: wu-xingying <729224612@qq.com>
This commit is contained in:
@ -21495,8 +21495,8 @@ static const _error _error_OB_ERR_INVALID_XPATH_EXPRESSION = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = ER_UNKNOWN_ERROR,
|
||||
.sqlstate = "42000",
|
||||
.str_error = "invalid xpath expression",
|
||||
.str_user_error = "invalid xpath expression",
|
||||
.str_error = "XPATH syntax error: ''",
|
||||
.str_user_error = "XPATH syntax error: ''",
|
||||
.oracle_errno = 31013,
|
||||
.oracle_str_error = "ORA-31013: invalid xpath expression",
|
||||
.oracle_str_user_error = "ORA-31013: invalid xpath expression"
|
||||
@ -21555,8 +21555,8 @@ static const _error _error_OB_XPATH_EXPRESSION_UNSUPPORTED = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = ER_UNKNOWN_ERROR,
|
||||
.sqlstate = "42000",
|
||||
.str_error = "Given XPATH expression not supported",
|
||||
.str_user_error = "Given XPATH expression not supported",
|
||||
.str_error = "Only constant XPATH queries are supported",
|
||||
.str_user_error = "Only constant XPATH queries are supported",
|
||||
.oracle_errno = 31012,
|
||||
.oracle_str_error = "ORA-31012: Given XPATH expression not supported",
|
||||
.oracle_str_user_error = "ORA-31012: Given XPATH expression not supported"
|
||||
@ -21843,11 +21843,11 @@ static const _error _error_OB_ERR_XML_PARENT_ALREADY_CONTAINS_CHILD = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "42000",
|
||||
.str_error = "Parent %.*s already contains child entry %.*s",
|
||||
.str_user_error = "Parent %.*s already contains child entry %.*s",
|
||||
.str_error = "Parent %.*s already contains child entry %s%.*s",
|
||||
.str_user_error = "Parent %.*s already contains child entry %s%.*s",
|
||||
.oracle_errno = 31003,
|
||||
.oracle_str_error = "ORA-31003: Parent %.*s already contains child entry %.*s",
|
||||
.oracle_str_user_error = "ORA-31003: Parent %.*s already contains child entry %.*s"
|
||||
.oracle_str_error = "ORA-31003: Parent %.*s already contains child entry %s%.*s",
|
||||
.oracle_str_user_error = "ORA-31003: Parent %.*s already contains child entry %s%.*s"
|
||||
};
|
||||
static const _error _error_OB_SERVER_IS_INIT = {
|
||||
.error_name = "OB_SERVER_IS_INIT",
|
||||
@ -23871,8 +23871,8 @@ static const _error _error_OB_ERR_XML_PARSE = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = ER_WRONG_VALUE,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "XML parsing failed",
|
||||
.str_user_error = "XML parsing failed",
|
||||
.str_error = "Incorrect XML value",
|
||||
.str_user_error = "Incorrect XML value",
|
||||
.oracle_errno = 31011,
|
||||
.oracle_str_error = "ORA-31011: XML parsing failed",
|
||||
.oracle_str_user_error = "ORA-31011: XML parsing failed"
|
||||
|
||||
Reference in New Issue
Block a user