Skip to content

Commit

Permalink
Update mysql_fdw.c
Browse files Browse the repository at this point in the history
merge pr190
  • Loading branch information
francoisp authored Sep 23, 2020
1 parent 2040af9 commit b540e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,8 @@ mysqlImportForeignSchema(ImportForeignSchemaStmt *stmt, Oid serverOid)
" WHEN c.DATA_TYPE = 'blob' THEN 'bytea'"
" WHEN c.DATA_TYPE = 'mediumblob' THEN 'bytea'"
" WHEN c.DATA_TYPE = 'longblob' THEN 'bytea'"
" WHEN c.DATA_TYPE = 'binary' THEN 'bytea'"
" WHEN c.DATA_TYPE = 'varbinary' THEN 'bytea'"
" ELSE c.DATA_TYPE"
" END,"
" c.COLUMN_TYPE,"
Expand Down

0 comments on commit b540e3f

Please sign in to comment.