We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04bdba commit 697283cCopy full SHA for 697283c
src/operations/update.ts
@@ -1,13 +1,12 @@
1
import type { Document } from '../bson';
2
import { type Connection } from '../cmap/connection';
3
import { MongoDBResponse } from '../cmap/wire_protocol/responses';
4
-import { MongoCompatibilityError, MongoInvalidArgumentError, MongoServerError } from '../error';
+import { MongoInvalidArgumentError, MongoServerError } from '../error';
5
import type { InferIdType } from '../mongo_types';
6
import type { ClientSession } from '../sessions';
7
import { formatSort, type Sort, type SortForCmd } from '../sort';
8
import {
9
hasAtomicOperators,
10
- maxWireVersion,
11
type MongoDBCollectionNamespace,
12
type MongoDBNamespace
13
} from '../utils';
0 commit comments