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.