I've followed the tutorial Getting Started with the 3.0 Java Driver:
http://docs.mongodb.org/ecosystem/tutorial/getting-started-with-3.0-java-driver/
But when I save a doc with a java.sql.Timestamp value, there's error about codec.
I'm used to 2.x driver, but new to 3.x driver. Can you update the tutorial to instruct how to save java.sql.Timestamp?
- is duplicated by
-
DRIVERS-277 mongo-java driver 3.0 version throws exception while saving/updating java.sql.* types
- Closed
-
JAVA-2103 No codec for java.sql.Timestamp
- Closed
- is related to
-
JAVA-2064 Document change in behaviour of Java driver w.r.t the java.sql.Timestamp/java.sql.Date
- Closed