-
Notifications
You must be signed in to change notification settings - Fork 39
dbListFields error on table with JSON column #259
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
Comments
Thanks. This works for me on 10.6.4-MariaDB, we also have a test after #127 that is tested on GitHub Actions with various combinations of libmariadb/libmysql and database servers: RMariaDB/tests/testthat/test-dbWriteTable.R Lines 75 to 85 in fe56f2a
On the other hand, the error seems to originate from: Line 54 in fe56f2a
I wonder what |
I added some output to function Line 7 in fe56f2a
The JSON column is coming back with type 245:
|
This lines up with what is in MySQL's |
Is this still an issue with the most recent version? |
This is no longer an issue! Everything is working as expected with the latest version. |
DBI::dbListFields
does not work on a table that has a JSON column. I get an error message "Error: Unimplemented MAX_NO_FIELD_TYPES". I do not get the same error if I try using an RMySQL connection.I am connecting to MySQL Server version: 8.0.26.
The text was updated successfully, but these errors were encountered: