thurstonsand / scala-cass

a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.
MIT License
21 stars 10 forks source link

provide CassFormatDecoder for java.util.Date #6

Closed stephennancekivell closed 8 years ago

stephennancekivell commented 8 years ago

Hi, great library you have.

Can I recommend you create a Decoder for the date as provided by the datastax row. This will allow consumers to avoid joda.datetime if they want.

thurstonsand commented 8 years ago

good thinking

thurstonsand commented 8 years ago

actually do you think you could add a test for this in ScalaCassUnitTest?