spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

MongoSimpleTypes should include all BSON types [DATAMONGO-1653]

Open spring-projects-issues opened this issue 8 years ago • 2 comments
trafficstars

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

spring-projects-issues avatar Mar 30 '17 20:03 spring-projects-issues

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

spring-projects-issues avatar Mar 30 '17 20:03 spring-projects-issues

Closing this one because Symbol, Code, BsonTimestamp,... already made their way into MongoSimpleTypes on main.

christophstrobl avatar Jun 01 '23 07:06 christophstrobl