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, Error: name "GENERATION_EXPRESSION": unsupported Scan #114

Closed
rwese opened this issue Jan 29, 2019 · 1 comment · May be fixed by #126
Closed

MariaDB, Error: name "GENERATION_EXPRESSION": unsupported Scan #114

rwese opened this issue Jan 29, 2019 · 1 comment · May be fixed by #126

Comments

@rwese
Copy link

rwese commented Jan 29, 2019

Hi,
I am trying to use gnorm on a mariadb and receive the following error when it examins the schema.

Versions
MariaDB: 10.3.8
Gnorm: 32b8fe6 (checkout 29.01.2019)

Error: sql: Scan error on column index 20, name "GENERATION_EXPRESSION": unsupported Scan, storing driver.Value type <nil> into type *string

Since I assume this happens during the scan of the INFORMATION_SCHEMA, I am unsure if this is a Gnorm or MySQL DB Driver issue.

Please feel free to point me in the right direction.

@rwese
Copy link
Author

rwese commented Jan 29, 2019

Sorry, I figured mariadb and mysql are too different. I switched the db to mysql for my application and now can use gnorm.

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 a pull request may close this issue.

1 participant