You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/08/30 15:59:05 UTC

[dubbo-go-hessian2] branch master updated (9b32032 -> d3e7ea2)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git.


    from 9b32032  [refer dubbo 2.7.6] attachment type from map[string]stiring to map[string]interface{}  (#218)
     new 2d98319  java.sql.Time
     new e9a300f  java.sql.Time simple test
     new a0458bd  java.sql.Time java.sql.Date
     new a9869e3  fix errors
     new 8935be6  compare time with unix nano
     new 9de5cb6  add comment and optimize
     new ceba5b3  refactor code
     new 68ebf21  add license
     new b76a7ff  optimize code
     new d3e7ea2  Merge pull request #219 from zhangshen023/master

The 563 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java_sql_time.go                                   | 145 +++++++++++++++++++++
 null_test.go => java_sql_time/date.go              |  49 +++++--
 .../month_day.go => java_sql_time/java_sql_time.go |  21 ++-
 null_test.go => java_sql_time/time.go              |  51 +++++---
 java_sql_time_test.go                              | 102 +++++++++++++++
 test_hessian/src/main/java/test/Hessian.java       |  23 +++-
 .../test/{TestString.java => TestJavaSqlTime.java} |  30 +++--
 7 files changed, 368 insertions(+), 53 deletions(-)
 create mode 100644 java_sql_time.go
 copy null_test.go => java_sql_time/date.go (58%)
 copy java8_time/month_day.go => java_sql_time/java_sql_time.go (73%)
 copy null_test.go => java_sql_time/time.go (58%)
 create mode 100644 java_sql_time_test.go
 copy test_hessian/src/main/java/test/{TestString.java => TestJavaSqlTime.java} (62%)