Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drainer: quote in the value of column lead to error when syncing to oracle #1131

Open
cartersz opened this issue Jan 20, 2022 · 0 comments
Open

Comments

@cartersz
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. 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.

  2. What did you expect to see?

  3. What did you see instead?

  4. Please provide the relate downstream type and version of drainer.
    (run drainer -V in terminal to get drainer's version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant