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

Support INSERT INTO...ON CONFLICT #805

Open
tbantle22 opened this issue Oct 3, 2024 · 0 comments
Open

Support INSERT INTO...ON CONFLICT #805

tbantle22 opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request workbench Issue related to dolt-workbench

Comments

@tbantle22
Copy link
Contributor

tbantle22 commented Oct 3, 2024

This is helpful for creating a new or updating an existing doc in dolt_docs for the workbench.

Example query:

INSERT INTO schema.searches VALUES ('README.md', '# My Markdown') ON CONFLICT (doc_name) DO UPDATE SET doc_text = '# My Markdown';

Skipped test here

@tbantle22 tbantle22 added enhancement New feature or request workbench Issue related to dolt-workbench labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workbench Issue related to dolt-workbench
Projects
None yet
Development

No branches or pull requests

1 participant