GitHub user LingHao opened a pull request:
https://github.com/apache/metamodel/pull/187
Fixes #1191: get wrong schema name; Release used JDBC resource
Fix two issues:
1. Fixes #1191:
https://issues.apache.org/jira/projects/METAMODEL/issues/METAMODEL-1191
2. Resolve a problem of database connection cannot be released if use
connection pool, caused by resource not closed after use;
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/187.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 #187
----
commit 2bbe4b9766fb8a74557c79062f54163bd9fe8a25
Author: hling <linghao2000@...>
Date: 2018-09-06T02:04:49Z
1. Fixes #1191: get wrong schema name;
2. Resolve a problem of database connection cannot be released if use
connection pool, caused by resource not closed after use;
----
---