gnorm icon indicating copy to clipboard operation
gnorm copied to clipboard

MariaDB support: GENERATION_EXPRESSION is nullable

Open lajosbencz opened this issue 5 years ago • 2 comments

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.

lajosbencz avatar Jan 15 '20 22:01 lajosbencz

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

natefinch avatar Jan 17 '20 04:01 natefinch

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.

folago avatar Jul 05 '20 15:07 folago