EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

type "tinytext" does not exist #151

Closed sagarey closed 5 years ago

sagarey commented 6 years ago

When I create foreign table use IMPORT FOREIGN SCHEMA cause this error, I have to use CAST to convert group_concat result type in view definition.

slava-pagerduty commented 6 years ago

you can easily fix it yourself, like I've done it for binary types -- see https://github.com/EnterpriseDB/mysql_fdw/issues/154 hopefully someone from EnterpriseDB will update datatypes mapping in mysqlImportForeignSchema()

cbandy commented 5 years ago

Fixed by https://github.com/EnterpriseDB/mysql_fdw/commit/d04b0c8a6dcf2a025f3c6f0a471f637a79781a02 perhaps?

slava-pagerduty commented 5 years ago

why the similar issue around binary/varbinary types that I have reported was not fixed? https://github.com/EnterpriseDB/mysql_fdw/issues/154