Skip to content
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

MariaDB support: GENERATION_EXPRESSION is nullable #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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