Daylon Wilkins
Daylon Wilkins
This bug was discovered by: https://github.com/dolthub/dolt/pull/1892
I’m also in favor of this. Zach’s additional comments also seem reasonable, and I have no additional comments myself.
I spoke to the team and it looks like I made an error in judgement. The SQL engine that Dolt uses is [go-mysql-server](https://github.com/dolthub/go-mysql-server)(GMS), and I'm working on a full foreign...
Is this actually a bug? This seems like a collation issue, Dolt defaults to a case-sensitive collation and I think MySQL defaults to a case-insensitive one.
@fulghum Would you mind detailing any of the remaining issues with `ENUM` values? At least regarding all of the issues mentioned here, it seems that they have all been fixed.
A user ran into a performance limitation due to this missing functionality: https://github.com/dolthub/dolt/issues/5175
This is fixed in https://github.com/dolthub/go-mysql-server/pull/1475 I guessed the schemas of the tables that were mentioned, along with some dummy data for them, to create a test case.
Will clean up any remaining test failures before merging. Especially `bats` tests, they run far too slowly locally, so it's quicker to run them through actions to find errors.
> @Hydrocharged Can we get this one in please? Yeah the bats test runner was broken and Dustin just fixed today. I’m doing a release after I can get this...
Confirming that we do not yet support wildcards within subsections of the hostname. Right now we only support the entire hostname being a wildcard.