EnterpriseDB / mysql_fdw

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

mysql_fdw allow to insert more data into field than this field allow #108

Open KES777 opened 8 years ago

KES777 commented 8 years ago

http://postgresql.nabble.com/BUG-14164-Postgres-allow-to-insert-more-data-into-field-than-this-field-allow-td5905558.html

ahsanhadi commented 8 years ago

That looks strange that PG doesn't throw an error when you try and insert data more then column limit. I will try to reproduce the issue and take a look further...