]> granicus.if.org Git - php/commit
* DB::isManip counts "REPLACE" as a manipulation command (MySQL specific)
authorStig Bakken <ssb@php.net>
Sun, 10 Dec 2000 01:32:16 +0000 (01:32 +0000)
committerStig Bakken <ssb@php.net>
Sun, 10 Dec 2000 01:32:16 +0000 (01:32 +0000)
commit9f0fc7db8b8462625af0ae03b7349062d35bed34
tree00f4c0b9b1ada8271df12822ae9c811c5c0f943e
parent18cfac40a58a24bc3bcbb927f8e0fca40d88c0de
* DB::isManip counts "REPLACE" as a manipulation command (MySQL specific)
* renamed DB_common::execute_emulate_query to DB_common::executeEmulateQuery
* moved "query" DB method to DB_common, there was duplicated logic in query
  and simpleQuery in all backends.
pear/DB.php