Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant use java.uti.date or Joda DateTime in model classes #63

Open
amitkarir2k14 opened this issue Sep 24, 2016 · 0 comments
Open

Cant use java.uti.date or Joda DateTime in model classes #63

amitkarir2k14 opened this issue Sep 24, 2016 · 0 comments

Comments

@amitkarir2k14
Copy link

I have case classes with date fields (either java Date or Joda DateTime)

I cant get this to work with this library

I get the following errors for basic CRUD ops

for db.docs.create and db.docs.update

Error:
value unapply is not a member of object org.joda.time.DateTime
value unapply is not a member of object java.util.date

for db.docs.getT

value apply is not a member of object org.joda.time.DateTime
value apply is not a member of object java.util.date

Please suggest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant