sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Cross DB #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
method: `makeManyManyDeleteCommand`
Sql-command `DELETE IGNORE` present only in MySql
Change it to `DELETE` that you can work with other databases.

Original issue reported on code.google.com by cet...@gmail.com on 6 Jul 2012 at 3:08