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异步SaveAsync 执行Insert Into Table Do Update操作缺少主键填充,执行了Insert #5

Closed
wants to merge 1 commit into from

Conversation

ligengrong
Copy link
Contributor

原SQL:Insert Into Table (text) On Conflict(Id) Do Update test=a.text
修改后:Insert Into Table (id, text) On Conflict(Id) Do Update test=a.text

原SQL:Insert Into Table (text) Do Update test=a.text
@ligengrong ligengrong closed this Jul 26, 2022
@ligengrong ligengrong deleted the patch-1 branch July 26, 2022 05:43
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

Successfully merging this pull request may close these issues.

1 participant