You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
In TiDB,
create table t1(c1 varchar(10))
insert into t1(c1)values(''a')
When sync to oracle, oracle reporte "ORA-01756: quoted string not properly terminated", that will stop drainer.
What did you expect to see?
What did you see instead?
Please provide the relate downstream type and version of drainer.
(run drainer -V in terminal to get drainer's version)
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
In TiDB,
create table t1(c1 varchar(10))
insert into t1(c1)values(''a')
When sync to oracle, oracle reporte "ORA-01756: quoted string not properly terminated", that will stop drainer.
What did you expect to see?
What did you see instead?
Please provide the relate downstream type and version of drainer.
(run
drainer -V
in terminal to get drainer's version)The text was updated successfully, but these errors were encountered: