spring-data-mongodb
spring-data-mongodb copied to clipboard
MongoSimpleTypes should include all BSON types [DATAMONGO-1653]
Keegan Witt opened DATAMONGO-1653 and commented
MongoSimpleTypes doesn't have all the BSON types.
The ones currently not mapped are
- BasicBSONList
- BSONTimestamp
- Code
- CodeWithScope
- MaxKey
- MinKey
- StringRangeSet
- Symbol
Though I assume BasicBSONList and StringRangeSet would not be included since they're collections
No further details from DATAMONGO-1653
Keegan Witt commented
I mentioned all the missing types, so the team could decide which are appropriate to add, but the one we cared about in particular was BSONTimestamp, which we use for querying the oplog collection, for my client's event streaming system built on Mongo
Closing this one because Symbol, Code, BsonTimestamp,... already made their way into MongoSimpleTypes on main.