Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support running as a hosted web server instance
2 participants