Skip to content

Issues: dolthub/dolt

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

VALUES statement not supported bug Something isn't working correctness We don't return the same result as MySQL customer issue
#8012 opened Jun 12, 2024 by arvidfm
Deprecated := assignment syntax in UPDATE queries causes syntax error in Dolt bug Something isn't working correctness We don't return the same result as MySQL customer issue
#8011 opened Jun 12, 2024 by arvidfm
Backtick escaping doesn't work for variables bug Something isn't working correctness We don't return the same result as MySQL customer issue
#8010 opened Jun 12, 2024 by arvidfm
Parenthesised table references in JOIN clauses cause syntax errors if not followed by nested JOINs bug Something isn't working correctness We don't return the same result as MySQL customer issue
#8009 opened Jun 12, 2024 by arvidfm
ADD CONSTRAINT FOREIGN KEY causes syntax error in Dolt bug Something isn't working correctness We don't return the same result as MySQL customer issue
#8008 opened Jun 12, 2024 by arvidfm
Casting json to string doesn't escape double quotes in keys/values bug Something isn't working correctness We don't return the same result as MySQL
#7998 opened Jun 11, 2024 by nicktobey
Dolt does not support CREATE TABLE ... AS ... with a table definition correctness We don't return the same result as MySQL customer issue enhancement New feature or request
#7996 opened Jun 11, 2024 by arvidfm
"Unable to find field with index" error on INSERT in procedure following IF (SELECT ...) bug Something isn't working correctness We don't return the same result as MySQL customer issue good repro Easily reproducible bugs
#7994 opened Jun 11, 2024 by arvidfm
Implement dolt_help set of system tables documentation Improvements or additions to documentation enhancement New feature or request version control
#7984 opened Jun 9, 2024 by timsehn
Clean up foreign key resolution enhancement New feature or request
#7982 opened Jun 7, 2024 by fulghum
Create a config.yaml file when database server is first run enhancement New feature or request good first issue Good for newcomers
#7980 opened Jun 7, 2024 by zachmu
NOT FOUND handlers in procedures cause ERROR 1105 (HY000): EOF bug Something isn't working correctness We don't return the same result as MySQL customer issue
#7971 opened Jun 7, 2024 by arvidfm
Incorrect results for JSON lookups. correctness We don't return the same result as MySQL json sql Issue with SQL
#7936 opened Jun 1, 2024 by nicktobey
DESCRIBE <table> should read indexes in order that they were defined correctness We don't return the same result as MySQL good repro Easily reproducible bugs sql Issue with SQL
#7932 opened May 30, 2024 by jycor
CHECK constraints on virtual columns silently dropped bug Something isn't working sql Issue with SQL
#7868 opened May 15, 2024 by zachmu
support subquery in aggregate syntax correctness We don't return the same result as MySQL good repro Easily reproducible bugs
#7857 opened May 13, 2024 by jycor
have default collation be utf8mb4_0900_ai_ci correctness We don't return the same result as MySQL good repro Easily reproducible bugs
#7856 opened May 13, 2024 by jycor
ALT + TAB breaks dolt shell in Windows CMD bug Something isn't working windows For Windows specific bugs
#7855 opened May 13, 2024 by jycor
ProTip! Exclude everything labeled bug with -label:bug.