dready92 / PHP-on-Couch

Data Access Library to access a CouchDB server with PHP.
http://dready.byethost31.com/index.php/display/view/192
GNU Lesser General Public License v3.0
246 stars 102 forks source link

couchDocument::setAutocommit doesn't respect argument #7

Closed pkruithof closed 14 years ago

pkruithof commented 14 years ago

The argument $commit is ignored, instead, true is always used here. The documentation shows: @param boolean $commit turn on or off the autocommit feature

dready92 commented 14 years ago

Hello, Thanks for pointing this out ! It's fixed in commit fd547b4ff3d02a3c3cd8 .

Mickael