Skip to content

support SQLite's UPDATE OR REPLACE #1529

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

Closed
lovasoa opened this issue Nov 16, 2024 · 0 comments · Fixed by #1530
Closed

support SQLite's UPDATE OR REPLACE #1529

lovasoa opened this issue Nov 16, 2024 · 0 comments · Fixed by #1530

Comments

@lovasoa
Copy link
Contributor

lovasoa commented Nov 16, 2024

SQLite's update statement supports an OR REPLACE clause.

UPDATE OR REPLACE t SET n = n+1;

See: https://www.sqlite.org/lang_update.html

Initially reported in sqlpage/SQLPage#695

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 a pull request may close this issue.

1 participant