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

PostgreSQL support #10

Open
wants to merge 2 commits into
base: dev-master
Choose a base branch
from
Open

PostgreSQL support #10

wants to merge 2 commits into from

Conversation

mdrio
Copy link

@mdrio mdrio commented Oct 5, 2017

Hi, this pull request contains code for supporting PostgreSQL as i2b2 backend. Basically it completes db related if/else statements in CRC code adding lines for properly working with PostgreSQL.
The pull request also includes some modifications in UploadStatusDAO.dropTempTable method, dropping jdbcTemplate since it results in a a runtime org.postgresql.util.PSQLException.

I was not able to properly run tests, anyway in my environment I had the same failures/errors (mostly due to a connection refused problem) before and after the commits included in this pull request. If you can link some information about how to tests, I will be happy to verify that all tests pass.

I tested the pull request deploying an instance of i2b2 and uploading some pdo files.

…eUploadStatus and deleteUploadData. It fixes the exception: org.postgresql.util.PSQLException: ERROR: syntax error at or near "{".
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.

1 participant