Explorar el Código

Remove old entry about createIndex

Andreas Braun hace 10 años
padre
commit
8907523733
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      README.md

+ 0 - 3
README.md

@@ -91,9 +91,6 @@ return `0` as connection ID.
 
  - The [aggregate](https://secure.php.net/manual/en/mongocollection.aggregate.php)
  method is not working because of a bug in the underlying library.
- - The [createIndex](https://secure.php.net/manual/en/mongocollection.createindex.php)
- method does not yet return the same result as the original method. Instead, it
- always returns the name of the index created.
  - The [insert](https://php.net/manual/en/mongocollection.insert.php),
  [batchInsert](https://php.net/manual/en/mongocollection.batchinsert.php),
  and [save](https://php.net/manual/en/mongocollection.save.php)