* Modified the update function to take another argument, $options, it now
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 18 Jul 2005 02:30:04 +0000 (02:30 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 18 Jul 2005 02:30:04 +0000 (02:30 +0000)
commit66b32fa01763bfc8cee2a29e089a106e3094f178
treef81be5104436debf2b11a299444312dfc8cb752a
parent9d824579bfe1605fa3287b0a342b82c256ecde26
* Modified the update function to take another argument, $options, it now
  supports queries like
  $dbr->update( 'user', array( 'user_name' => 'foo' ), array( 'user_name => 'bar' ), '', array('IGNORE')
  to make UPDATE IGNORE ..
* Documented Database::update()
includes/Database.php