Merged PRs
dolt
- 9626: #9624 - Add bats tests for wildcard user authentication
Fixes #9624
Companion: dolthub/go-mysql-server#3138
Bats integration tests for wildcard user authentication patterns. - 9618: Agent.md dolt doc
Implementation of this feature request.
#9509
On read returns the default agent.md if none exists. Otherwise returns what the user has stored.
go-mysql-server
- 3135: include null values when evaluating anti joins created from
WHERE NOT EXISTS
fixes #9615
We were not including null values when evaluating anti joins created from unnestingWHERE NOT EXISTS
statements. This was causing us to return empty sets if there was a null value in the right side table of the anti join. - 3134: Properly convert enum/set columns to string columns with alter table
Fixes #9594
Added skipped tests for #9613