ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

Generated query uses PostgreSQL syntax in MySQL context #78

Closed bravadomizzou closed 8 years ago

bravadomizzou commented 8 years ago

When declaring a many-to-many relationship on a \Dewdrop\Db\Table it uses postgres syntax instead of mysql when application is using mysql.

https://github.com/DeltaSystems/dewdrop/blob/master/Dewdrop/Db/ManyToMany/Relationship.php#L427