Sha256: f1f19c1e3e5e983f8f243a30fd93530ee103c0c0d0c73157abc0249b4f54dd29
Contents?: true
Size: 629 Bytes
Versions: 11
Compression:
Stored size: 629 Bytes
Contents
data: - {_id: 1, x: 11} - {_id: 2, x: 'ping'} - {_id: 3, x: 'pINg'} minServerVersion: '3.4' serverless: 'forbid' tests: - description: "DeleteMany when many documents match with collation" operation: name: "deleteMany" arguments: filter: x: 'PING' collation: { locale: 'en_US', strength: 2 } # https://docs.mongodb.com/manual/reference/collation/#collation-document outcome: result: deletedCount: 2 collection: data: - {_id: 1, x: 11}
Version data entries
11 entries across 11 versions & 1 rubygems