-
Notifications
You must be signed in to change notification settings - Fork 348
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
Support for MS SQL #451
Comments
Thanks for opening this issue and offering to help with it! It should easy to implement the dialect. The hard part is the test environment, I don't think a remote AWS db would be a good solution as we want to have the docker container taking care of all dependencies, so developers can run the build locally. Wdyt about creating a separate project under your github account with the new dialect + a windows ci? We can give you support on it, and, when SQL server becomes available on linux, we could promote the separate project to the main repository. cc/ @getquill/maintainers |
Example of a new dialect: #449 |
Awesome! I'm getting pretty fed up with Slick and love your library so I'll try to give it a go. I'll let you know how it progresses |
@kentongray cool! There's also the gitter channel if you need help with it. |
Hi guys, Is there any news on this field? I am curious. |
It's something I'd like to get to but haven't spent much real time on it...
|
I wonder if it is possible to use app veyor for automatically build |
updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jules Ivanic <jules.ivanic@gmail.com>
I figure it wouldn't hurt to ask if there is any possibility or plans of support for MS SQL. I'm looking at the dialect settings and am slightly optimistic it wouldn't be too much work, but wanted to make sure that someone else wasn't planning on doing it. Maybe if I have a free weekend I can give it a go. Would happily donate funds for an AWS DB for testing purposes too.
The text was updated successfully, but these errors were encountered: