Merged PRs
dolt
- 9908: Add expect_single_value support for booleans
- 9900: Added collation ignoring for information_schema
Adds testing for:- dolthub/go-mysql-server#3242
Would have preferred to add a test in GMS itself, however for some reason the query that JDBC sends (when ran on its own) does not result in an error.
- dolthub/go-mysql-server#3242
go-mysql-server
- 3245: Allow triggers to fire with
INSERT...RETURNING
statements
Fixes #9895 - 3244: /go.{mod,sum}: add patch version
- 3243: Added armscii charset and collations
Adds thearmscii
charset and both collations- Fixes #9889
- 3242: Added collation ignoring for information_schema
Provides a fix for: