TAJO-1119: JDBC driver should support TIMESTAMP type.#208
Conversation
|
The patch looks good to me. But, this patch seems to omit the test to retrieve values. Could you add more unit tests to get timestamp values from JDBC ResultSet? |
|
Hi @blrunner, I think this fix should be included in 0.9.1. How do you think about that? |
…into TAJO-1119
|
Hi @hyunsik NP... I'll add more unit test cases by tomorrow night. :) |
…into TAJO-1119
|
Hi @hyunsik I added a unit test case to verify ResultSet. |
|
TravisCI causes the following error. Could you check it? or could you submit the patch to jira and trigger the jenkins unit test? |
|
Hi @hyunsik I fixed a bug. The Travis CI build will build successfully tonight. |
|
Thank you for your contribution. I'll review the patch soon. |
|
+1 Ship it. The patch looks good to me. |
|
Thanks @hyunsik. |
TAJO-1119: JDBC driver should support TIMESTAMP type.