Mention that monger.result should no longer be used on WriteConcern instances as of 1.8
This commit is contained in:
parent
3728f38ad7
commit
4b417ec15a
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
(ns monger.result
|
(ns monger.result
|
||||||
"Provides functions that determine if a query (or other database operation)
|
"Provides functions that determine if a query (or other database operation)
|
||||||
was successful or not.
|
was successful or not. Note that the use of these functions on WriteResult instances
|
||||||
|
is DEPRECATED as of Monger 1.8.0.
|
||||||
|
|
||||||
Related documentation guides:
|
Related documentation guides:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue