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 jTDS driver support in Config #35

Closed
freekh opened this issue Mar 6, 2013 · 5 comments
Closed

add jTDS driver support in Config #35

freekh opened this issue Mar 6, 2013 · 5 comments

Comments

@freekh
Copy link
Contributor

freekh commented Mar 6, 2013

Branched off from #33

@loicdescotte
Copy link
Contributor

The config object lists the slick drivers, is there a jTDS driver available in Slick?

@freekh
Copy link
Contributor Author

freekh commented Mar 6, 2013

Honestly don't know much about the differences.
I asked Stefan from Slick and he said there is support.
From what I can see in tests the SQLServerDriver supports both drivers (https://github.com/slick/slick/blob/master/slick-testkit/src/test/scala/scala/slick/testutil/TestDBs.scala#L118) so it must just be used when it finds: net.sourceforge.jtds.jdbc.Driver

Sounds right?

On Mar 6, 2013, at 5:07 PM, Loïc Descotte wrote:

The config object lists the slick drivers, is there a jTDS driver available in Slick?


Reply to this email directly or view it on GitHub.

@loicdescotte
Copy link
Contributor

Ok it seems fine!

@cbrachem
Copy link
Contributor

cbrachem commented Aug 5, 2013

As far as I can see, this is the point where it fails, because no mapping is available for jTDS.

I have opened a pull request (#77) containing the missing line.

Also, you might want to close #76 as a duplicate or at least reference this issue. 😊

@loicdescotte
Copy link
Contributor

Solved by #77

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

No branches or pull requests

3 participants