Skip to content

Documentation of differences between RMariaDB and RMySQL regarding data types? #340

@florian-speer

Description

@florian-speer

Hi, my team is currently trying to migrate from RMySQL to RMariaDB. For the biggest part it's working well, but we do have some trouble regarding the differences both packages have regarding the translation of MySQL data types to R data types. For example, MySQL DATETIME is loaded by RMySQL as character and by RMariaDB as POSIXct. These changes are totally reasonable, but currently our only way of noticing them is when errors are thrown on downstream function calls. I tried to find some documentation that covers these differences but couldn't find anything. Does something like this exists or would it be possible to create it?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions