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

英文带引号的文本插入sqlite报错 #18

Open
robinloop opened this issue Jul 14, 2023 · 0 comments
Open

英文带引号的文本插入sqlite报错 #18

robinloop opened this issue Jul 14, 2023 · 0 comments

Comments

@robinloop
Copy link

带单引号的文本插入sqlite会报错,需要将再加一个单引号
例句:I'm looking for a dog
插入sqlite时需要改成
I'’m looking for a dog
插入后数据库显示的结果是正确的
I'm looking for a dog

需要修改的代码:
utils.insert_sound_line
utils.update_sound

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