maxlapshin / mysql2postgres

Mysqldump, writing in postgresql format
MIT License
711 stars 156 forks source link

Foreign Key Actions Supported? #44

Open homerlex opened 12 years ago

homerlex commented 12 years ago

I just installed the mysql2psql gem (0.1.0).

I imported a database and there were no errors. However, upon inspect I can see that the on update and on delete actions on all my foreign keys are set to NO ACTION in the newly created psql database. In MySql all the FKs have on update and on delete actions set.

Is this a bug in the gem or something not supported yet?

paazmaya commented 8 years ago

Possibly related to #31