Skip to content

Commit

Permalink
Add internal type for sorting
Browse files Browse the repository at this point in the history
Signed-off-by: Dinu John <[email protected]>
  • Loading branch information
dinujoh committed May 6, 2024
1 parent 87c4732 commit 3e0778a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public class BsonHelper {
"java.lang.Boolean",
"java.util.Date",
"org.bson.BsonDateTime",
"org.bson.BsonTimestamp"
//MAX_KEY
"org.bson.BsonTimestamp",
MAX_KEY
// "org.bson.types.Code" Javascript not supported in DocDB
// "org.bson.BsonRegularExpression" Regex and Array not support as _id field
);
Expand Down

0 comments on commit 3e0778a

Please sign in to comment.