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

Add compatibility with Microsoft SQL Server #323

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Suryakandukoori
Copy link
Contributor

@Suryakandukoori Suryakandukoori commented Mar 21, 2018

Summary:

As mentioned in #308, when we try to deploy the validator as-is as a hosted service the default embedded HSQLDB database performance degrades with usage to the point that is it not usable. To fix this, we need to deploy a different database server (e.g., MySQL, Microsoft SQL Server, PostgreSQL).

This PR changes some of the SQL statements to make the validator compatible with Microsoft SQL server.

It needs to be tested on HSQLDB, Microsoft SQL server, and preferably other database servers as well before it is merged.

Closes #308.

@barbeau
Copy link
Member

barbeau commented Apr 1, 2018

Thanks @Suryakandukoori! I'll take a look at this and see if I can set it up, and make it compatible with HSQLDB too. I appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support running as a hosted web server instance
2 participants