ORMRow shouldn't apply the "IGNORE" modifier for insertions by default. IGNORE means pretending the insert was successfull even if it wasn't. That's not a good default, and for some databases (like sqlite), may actually hide errors beyond key conflicts. Change-Id: I8b00cd03a459419441195ed25091385371b027a5 |
||
|---|---|---|
| .. | ||
| MediaWikiSiteTest.php | ||
| SiteArrayTest.php | ||
| SiteListTest.php | ||
| SiteObjectTest.php | ||
| SitesTest.php | ||
| TestSites.php | ||