Sha256: 7fc50ebce11fc04bfd0a765fd1ed3ec6015b8a260e78d4a05441a3047e6b605a
Contents?: true
Size: 685 Bytes
Versions: 6
Compression:
Stored size: 685 Bytes
Contents
data: - {_id: 1, x: 11} - {_id: 2, x: 'ping'} minServerVersion: '3.4' tests: - description: "ReplaceOne when one document matches with collation" operation: name: "replaceOne" arguments: filter: {x: 'PING'} replacement: {_id: 2, x: 'pong'} collation: {locale: 'en_US', strength: 2} # https://docs.mongodb.com/master/reference/collation/#collation-document outcome: result: matchedCount: 1 modifiedCount: 1 collection: data: - {_id: 1, x: 11} - {_id: 2, x: 'pong'}
Version data entries
6 entries across 5 versions & 2 rubygems