Properly handle the 'IGNORE' option passed to the insert funtion:
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 4 Jul 2008 15:57:44 +0000 (15:57 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 4 Jul 2008 15:57:44 +0000 (15:57 +0000)
commitd5b7177cf5698b11862274bbe573105ddd29577b
tree23ebf876a4703cd5e58ceb1f2f48d1cd1863675a
parentb61621a92a113416d6b80e5ae85abc56e1e44cac
Properly handle the 'IGNORE' option passed to the insert funtion:
rather than just turning off errors, do some savepoint trickery
so we end at the same state as when we started, to emulate
MySQL's INSERT...IGNORE. Bug 14708.
RELEASE-NOTES
includes/db/DatabasePostgres.php