-
Notifications
You must be signed in to change notification settings - Fork 114
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
java.sql.Time & java.sql.Date #219
Conversation
@zhangshen023 pls fix the travis failure. |
ok,i will make a try |
NOT AGREE to add the Date&Time definition in hessian package, and there already java8_time package in which it contains date and time definition. If it's really necessary , suggestion to move to a new package |
good suggestion. |
java.sql.Time & java.sql.Date
What this PR does:
java class java.sql.Time & java.sql.Date refer to hessian.Time & hessian.Date
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
can use hessian.Time & hessian.Date in go for communicating with java.sql.Time & java.sql.Date in java