-
Notifications
You must be signed in to change notification settings - Fork 20
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 support for Microsoft SQL server (1000USD Bounty) #17
Comments
lihaoyi
changed the title
Add support for Microsoft SQL server
Add support for Microsoft SQL server (500USD Bounty)
Jul 22, 2024
Got for it |
@lihaoyi can I also try to implement this? Or is it considered as already "booked"? |
@valerii540 go for it. There's no locking of bounties, they remain open until they are completed |
lihaoyi
changed the title
Add support for Microsoft SQL server (500USD Bounty)
Add support for Microsoft SQL server (1000USD Bounty)
Sep 15, 2024
Bumping the bounty from 500USD to 1000USD in view of the large amount of work apparently necessary to do this, as shown by the work that's gone into #29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the maintainer Li Haoyi: I'm putting a 1000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
This should be relatively straightforward to add as a new dialect next to Postgres, MySQL, H2, and Sqlite. It should cover as much of the ScalaSQL API as possible, with exceptions or unsupported functionality marked with explanation comments in https://github.com/com-lihaoyi/scalasql/blob/main/scalasql/test/src/ConcreteTestSuites.scala. Tests should follow the existing pattern, and I believe TestContainers which we use for postgres and mysql should already have SQL server containers ready to go
The text was updated successfully, but these errors were encountered: