GitHub user LingHao opened a pull request:
https://github.com/apache/metamodel/pull/183
add support for Oracle "TIMESTAMP WITH (LOCAL_)TIME_ZONE" column type.
Oracle has "TIMESTAMP WITH LOCAL_TIME_ZONE" and TIMESTAMP WITH TIME_ZONE"
column type, which MetaModel doesn't support now.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/LingHao/metamodel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/183.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #183
----
commit 3982a589006802e108bcb089ccc79b09a115079d
Author: hling <linghao2000@...>
Date: 2018-08-13T09:21:30Z
add support for Oracle "TIMESTAMP WITH (LOCAL_)TIME_ZONE" column type.
----
---