Skip to content

Conversation

@lajosbencz
Copy link

MariaDB was designed to be a drop-in replacement for MySQL, so the codebase should be able to support it.
The only discrepancy I've encountered is that INFORMATION_SCHEMA.COLUMNS.GENERATION_EXPRESSION is NULL by default in MariaDB.

This PR fixes #114, but haven't checked properly if it breaks anything elsewhere.

@natefinch
Copy link
Member

Interesting... thanks for the PR. I'll poke at it some to make sure it won't break mysql.

@folago
Copy link

folago commented Jul 5, 2020

Any update on this one?
I am interested in the preview to keep track of schema changes, but we have generated columns in our DB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MariaDB, Error: name "GENERATION_EXPRESSION": unsupported Scan

3 participants