We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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会报错,需要将再加一个单引号 例句: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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
带单引号的文本插入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
The text was updated successfully, but these errors were encountered: