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

Introduce support for Microsoft SQL Server #66

Closed
wants to merge 1 commit into from

Conversation

epugh
Copy link
Contributor

@epugh epugh commented Mar 11, 2021

This PR allows us to use MS SQL Server with SMUI!!!

This was much less painful than I expected ;-). I had to adjust down the size of the JSON payload to work with MSSqlServer, and the database locking I had to swap to false.

I tried to add the MS SQL Server jar file via dockerfile, and mess with adding a classpath etc, but no joy, so I just added it to the project.

I know some people have strong opinions on Microsoft, however I'd like to merge this as a LOT of ecomm firms are .NET shops, and using MS SQL Server makes deployment of SMUI easier. Especially at the non Super tech forward firms that maybe aren't all up on Docker.

@epugh epugh requested a review from pbartusch March 11, 2021 19:08
@epugh
Copy link
Contributor Author

epugh commented Mar 11, 2021

One thing I couldn't quite grok was how to create the database in SQLserver at startup if it didn't exist, I had to manually create it.

@pbartusch
Copy link
Collaborator

Closed without merging (see #69 (comment))

@pbartusch pbartusch closed this May 14, 2021
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.

2 participants