allanbank / mongodb-async-driver

The MongoDB Asynchronous Java Driver.
Apache License 2.0
22 stars 15 forks source link

Support new dateToString aggregation operator. #1

Closed allanbank closed 9 years ago

allanbank commented 9 years ago

See SERVER-11118 for details on the new expression.

Should add the operator to the logic to detect the required server version as 2.7.4 or above.