Merged PRs
dolt
- 9286: Fix skip test for dolt diff -r sql and views
- 9285: Fixed a load data test for mismatched columns
- 9278: Two additional unskipped bats tests: one that said flakey, one in git status
One says it was skipped because it was flakey in CI. Let's see if it's now fine. - 9276: Unskip keyless add/drop column test
This is now implemented - 9275: Fix merge test to properly test for a constraint violation
Identified and fixed by Claude - 9274: Skipped bats test for dolt status that now works.
Identified by Claude. - 9273: Fix input validation of primary keys
- 9272: Added a new constant for string columns created during schema import.
Length is 200 instead of 1023.
Fixes: #8972 - 9269: manifest safety checks
Recent user report of a manifest landing that was missing it's format. This will at least prevent the generation of such a file in the future. - 9267: Remove the --new-format flag from dolt init
This flag really makes no sense any more
This is a claude change. $0.80, two prompts. - 9264: Unskip test for export quotes
Companion GMS PR: dolthub/go-mysql-server#2995 - 9256: remote cleanup
When removing remote definitions, we now also remove the remote references from the branch specifications.
Fixes: #9169
go-mysql-server
- 3002: fix table functions in stored procedures
- 3000: make update join case insensitive
fixes: #9268 - 2997: Properly escape special characters in comments
Mostly fixes #8509 (does not handle Control+Z) - 2996: Revert "Merge pull request #2894 from dolthub/max/nil-proc-db"
This reverts commit ce4535ec2da6600a552279a5abf46eb652b7eec0, reversing changes made to f38274720545e418e94e16b664302d96098d515e. - 2995: Fixed enum escaping issue
This fixes a skipped bats tests in table export.
Fixes Dolt issue: #2197 - 2993: Added undeclared variable error message
Fixes #8539 - 2894: [planbuilder] nil database doesn't panic building procedure call
Closed Issues
- 9268: Update with subselect in WHERE clause silently fails to update
- 8509:
SHOW CREATE TABLE
doesn't properly escape quotes in comments - 8972: varchar types inferred on schema import are set to size 1023. 18 occurrences overflow row size limit
- 2197: SQL export for set types with embedded single quotes broken
- 8697: Support MariaDB to Dolt replication
- 9169: Dolt maintains reference to removed remote