Skip to content
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

DB specific properties not read when using !properties #389

Closed
isc-pchung opened this issue Aug 18, 2020 · 1 comment · Fixed by #398
Closed

DB specific properties not read when using !properties #389

isc-pchung opened this issue Aug 18, 2020 · 1 comment · Fixed by #398

Comments

@isc-pchung
Copy link

When using !properties to create connection, DB specific settings in the properties file are not getting set properly.

Seems to be due to this line

Properties info = (Properties) props.get(CONNECT_PROPERTY);

When issuing
!properties connection.prop

Expecting the other properties besides the top 4 to be effective while creating connection, ie:
url=...
user=...
password=...
driver=...
dialect=...

@snuyanzin
Copy link
Collaborator

snuyanzin commented Oct 22, 2020

hi @isc-pchung

thanks for the issue raised.
It seems i was able to reproduce and to write a junit test for another field ALLOW_LITERALS for H2.
#398 should fix this issue

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 a pull request may close this issue.

2 participants