We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
INFORMATION_SCHEMA
Please feel free to point me in the right direction.
The text was updated successfully, but these errors were encountered:
Sorry, I figured mariadb and mysql are too different. I switched the db to mysql for my application and now can use gnorm.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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)
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.
The text was updated successfully, but these errors were encountered: