-
Notifications
You must be signed in to change notification settings - Fork 2
tiberius doesn't compile on rust nightly #14
Comments
The (synchronous) It's really suboptimal that the fundamentally different |
Coincident: Meanwhile 0.2 seems to result in an LLVM assertion on nightlyEDIT: fixed in recent nightlies |
so should I just clone your github repo and work from there? Is that what you mean with version 0.2? |
Just use tiberius = { git = 'https://github.com/steffengy/tiberius' } in your Let me know of any other roadblocks that cause issues for you. |
can you give a minimal example using tiberius? I couldn't find a howto. I'm curious if this is using the freeTDS config I already did on my Mac or if I need to set things up through |
https://github.com/steffengy/tiberius/blob/master/src/lib.rs#L1-L35 contains a very simple example (no hosted docs yet, you can use Not sure about the freeTDS part, this generally isn't related to freeTDS in any kind, |
sorry, I'm stuck with something else right now, I'll come back to this, thanks for the minimal example! |
no worries, just closing this since the fix for the issue with the "new" branch landed in rust's master (and therefore will be in nightlies shortly) |
I tried do start using
tiberius
for running simple mssql queries via rust, but I get compilation errors when compiling on rust nightlyrustc 1.19.0-nightly (afa1240e5 2017-04-29)
:Are you still developing this?
The text was updated successfully, but these errors were encountered: