Skip to content

Commit f0039fa

Browse files
p-mongop
andauthored
RUBY-2550 Support connecting to servers that require API version to be specified
(#2188) * RUBY-2550 Support connecting to servers that require API version to be specified * tests fail on replica sets and sharded clusters, skip those Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent a658a66 commit f0039fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/tutorials/ruby-driver-database-tasks.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ To execute any command on the database, use the ``command`` method.
5252
Specifying server API version as a client option and also specifying
5353
any of the respective command parameters to the ``command`` method
5454
(i.e. the ``apiVersion``, ``apiStrict`` and ``apiDeprecationErrors``
55-
command parameters) at the same time is not allowed, and the result
56-
of attempting to do so is undefined.
55+
command parameters) at the same time is not allowed and will produce an error.
5756

5857

5958
Drop Database

0 commit comments

Comments
 (0)