propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 393 forks source link

Mysql foreign key diff generation ANSI_QUOTES #1925

Open spidfire opened 1 year ago

spidfire commented 1 year ago

Hey I found a bug in MysqlSchemaParser->addForeignKeys (possibly in other locations) I was spinning up a test database and It did not want to generate diffs for me anymore on that database because SQL_MODE=ANSI_QUOTES; was set by default.

I just turned off this feature but maybe handy if some fix is made in the future? simplest (hacky) fix would be to force that connection to not have it. But the maybe more structural option is stripping double quotes?