RMariaDB
RMariaDB copied to clipboard
An R interface to MariaDB
Hey there, i might have encountered a small issue with the evaluation of integer64 objects in data.frames to determine their SQL datatype. It seems everything works fine if integer64 objects...
Hello everyone! I get error `Commands out of sync; you can't run this command now [2014]` after first call of Stored Procedure. You can find example of my code [here](https://github.com/rstudio/pool/issues/134#issue-1303654909)...
Hey there, long awaited and now available, I was very happy about the possibility to insert data into MySQL databases via local file. However, I may have found a small...
This closes #270.
I am querying the number of rows in a table. If I print the resulting data frame in a console or print the results to the console in RStudio, everything...
PR for Issue https://github.com/r-dbi/RMariaDB/issues/259. Querying a JSON column on MySQL 8.0.26 returns a column of type 245, which is not handled by RMariaDB. This PR converts column of unknown type...
OP #100 by @ankane. It's a good idea, my current focus is on dbi3, happy to review a PR.
Hi I am using Rstudio on my MacBook, I connected MariaDB server by terminal and it connected well, but when i try to run a code below, it does not...
Hi Thanks for maintaining both DBI and RMariaDB! I have a problem connecting to a MariaDB on a Synology NAS. It doesn't work at all using `RMariaDB::MariaDB` and just unsatisfactory...
`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...