-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot add objects of class class org.joda.time.LocalDate to JsonArray #17
Comments
Not sure what you're trying to do here... I usually put a String like |
I make a table like this for testing. CREATE TABLE After that, I insert the row (1, 2014-02-13). Using these json object
Help me.. |
Okay, I finally got around replicating this. This happens due to the driver giving back a joda.time value, which needs to be converted into something that JsonArray can work with. I believe this only happened after using a newer version of Vert.x, since it disallowed sending arbitrary classes through JSON. |
Just pushed a new 0.3.0-SNAPSHOT which uses a new version of the underlying driver, Vert.x and does not involve Scala mod 1.0.0-RC1. Could you retry with this? Thanks |
If this is still an issue, please reopen. Released 0.3.0 and should be fixed. Thanks! |
As I dropped out that project, I couldn't find out whether it's fixed or not. |
I have a module exception. "Cannot add objects of class class org.joda.time.LocalDate to JsonArray"
All fields type except for date and date time are returned successfully, but date and date time type column value raises the exception..
How can I solved it??
The text was updated successfully, but these errors were encountered: