ODC version
ODC424bp1
OB version
~
What happened?
create table test_char(`col12` char(10) NOT NULL DEFAULT '中文字段' COMMENT '第十二列');
sql statements generated by the shadow table task:
create table test_char(`col12` char(10) NOT NULL DEFAULT 中文字段 COMMENT '第十二列');
What did you expect to happen?
Execution report syntax error.
How can we reproduce it (as minimally and precisely as possible)?
Follow what happened.
Anything else we need to know?
No response
ODC version
ODC424bp1
OB version
~
What happened?
sql statements generated by the shadow table task:
What did you expect to happen?
Execution report syntax error.
How can we reproduce it (as minimally and precisely as possible)?
Follow what happened.
Anything else we need to know?
No response