Daylon Wilkins

Results 32 comments of Daylon Wilkins

The stored procedure, as posted, does not parse for me in MySQL either. Perhaps I'm missing a configuration option. According to [a post from StackOverflow](https://stackoverflow.com/questions/11580134/prepare-statemnt-using-concat-in-mysql-giving-error), we should replace: ```sql PREPARE...

Correction, @JCOR11599 is looking into it instead

I worked on a fix for this, and got it "working" to an extent. https://github.com/dolthub/go-mysql-server/pull/1658 There were several things that it did not consider though, and I felt that the...

Ignore failed tests for now.

We’ve got another release out, which should fix the above issue! https://github.com/dolthub/dolt/releases/tag/v0.39.2

https://github.com/dolthub/doltgresql/pull/17 adds support for `\d`, but not for `\d table_name`. In summary, `\d table_name` is a far more complex command than the others, and I think it requires quite a...

We don't yet support setting any system parameters in DoltgreSQL. We have a few other features to work through first before we tackle this one, but we appreciate the issue!...

Responded to James and forgot to write it here too. For `utf8mb4_0900_bin`, it's both legacy and performance. Before we had collations, Go's default string handling operates the exact same as...

This happens for me for both the Command Prompt and PowerShell. Windows 10.

I've also got a delay on input in the Command Prompt. Type too fast and it will take a bit for it to catch up. This has always been a...