Skip to content

MySQL mediumtext #120

@msp

Description

@msp

I got a runtime error that I tracked down to a table with MySQL mediumtext columns. I got past it by deleting the table as I didn't need in for my new PG DB.

The type was coming through into here as :none

https://github.com/jhartwell/Plsm/blob/master/lib/io/export.ex#L6

Which then failed to match any of the map_type signatures:

https://github.com/jhartwell/Plsm/blob/master/lib/io/export.ex#L12

I didn't dig deeper but suppose mediumtext is uknown in the type mappings and coming through as :none.

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