-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MediaWiki needs SHOW ENGINES
to return first letter uppercase column names like MySQL
#7574
Comments
Looks like this is the result of Dolt not returning anything for the
|
Looks like we return capitalized column names in
and MySQL return capitalized first letter:
MediaWiki relies on the casing of these column namess being the same as MySQL: |
ENGINE=;
is valid MySQL syntaxSHOW ENGINES
to return first letter uppercase column names like MySQL
some trimmed output from mysql (with
Currently, dolt/gms does not distinguish between |
MediaWiki runs the following SQL on installation.
On Dolt, we get the following error:
The text was updated successfully, but these errors were encountered: