EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
523 stars 161 forks source link

Add support for binary / varbinary #190

Closed rclmenezes closed 2 years ago

slava-pagerduty commented 4 years ago

great! thank you very much! sorry that I didn't get to do this myself, which I should..

rclmenezes commented 4 years ago

Hello! Any chance we can get this merged?

krisnamourt commented 3 years ago

Hi guys any news about it?

surajkharage19 commented 3 years ago

Thanks for getting back on this. We will consider this request. Currently, the workaround is to create tables (that have binary/varbinary data type) manually using create foreign table command and use bytea type to map with binary/varbinary data type.

krisnamourt commented 3 years ago

Thanks for the feedback. I was imagined that I could create and map manually the columns, this answer another question, thanks!

rclmenezes commented 2 years ago

Seems like this was already added? https://github.com/EnterpriseDB/mysql_fdw/commit/2b66862ac17b2ed82b03856c48dc7e3c3ad66470

Can close this ticket.