Skip to content

Add support for org.opengauss:opengauss-jdbc:3.1.0-og#168

Merged
vjovanov merged 1 commit into
oracle:masterfrom
linghengqian:opengauss-jdbc
Jan 11, 2023
Merged

Add support for org.opengauss:opengauss-jdbc:3.1.0-og#168
vjovanov merged 1 commit into
oracle:masterfrom
linghengqian:opengauss-jdbc

Conversation

@linghengqian

Copy link
Copy Markdown
Contributor

What does this PR do?

Checklist before merging

  • I have properly formatted metadata files (see CONTRIBUTING document)
  • I have added thorough tests. (see this)

Comment on lines +238 to +241
// org.opengauss:opengauss-jdbc:3.1.0-og does not support java.time.OffsetTime
statement.setObject(16, LocalTime.of(23, 59, 0, 0));
statement.setObject(17, LocalDateTime.of(2020, 1, 2, 23, 59, 0));
statement.setObject(18, OffsetDateTime.of(2020, 1, 2, 23, 59, 0, 0, ZoneOffset.ofHours(3)));

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • @edisonxiang I don't mean to bother, but some countries can't log into Gitee to report issues of opengauss-jdbc. Is it intentional that opengauss-jdbc does not support JSR-310?

@vjovanov vjovanov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks a lot for your contributions!

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

Successfully merging this pull request may close these issues.

Add support for org.opengauss:opengauss-jdbc:3.1.0

2 participants