slick / slick

Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala
https://scala-slick.org/
BSD 2-Clause "Simplified" License
2.65k stars 609 forks source link

Create & Register Casbah Type Converters for java.sql types (Date + Timestamp) #502

Open szeiger opened 10 years ago

szeiger commented 10 years ago

[Migrated from Assembla ticket 303 - reported by @bwmcadams on 2013-08-07 18:42:17]

Casbah doesn't explicitly support these types, but IMHO they are the most reasonable datatypes instead of Java.util.Date (which we also support)

szeiger commented 10 years ago

[Migrated from Assembla: Related issue: #314 (Parent)]