Skip to content

Remove unhelpful warning on type misses #1

Description

@ctbrown

When RMySQL is unable to map a type from MySQL to R, mysqlExecStatement
issues the following warning.

It is possible to overload dbGetQuery to do some post processing of the queries such that the Type is mapped correctly. See, e.g., dp.misc/dbGetQuery for an example.

Warning message:
In mysqlExecStatement(conn, statement, ...) :
  RS-DBI driver warning: (unrecognized MySQL field type 7 in column 5 imported as character)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions