prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
311 stars 113 forks source link

Repo Status #321

Open aersam opened 8 months ago

aersam commented 8 months ago

Is this project still alive?

Last commit is some time ago and there seem to be lot's of open issues and open PR's

janpio commented 8 months ago

It is alive and used in Prisma.

But we do not need many changes right now ourselves, so it is a bit dormant. If you are using Tiberius, it would be nice if you could help out with responding to issue and/or PRs, with reviews and comments.

aersam commented 8 months ago

Great to hear that!

I am using mostly the Bulk Insert Part of Tiberius and also did a PR concerning that: https://github.com/prisma/tiberius/pull/312

In addition I'm testing #315 , if this one works it would be great to get merged.

So for bulk Insert stuff I could surely help testing, I use it to load GB's of data every day

aersam commented 8 months ago

315 works or at least does not cause errors :) I however still have some issues with large text fields, I'll open a separate issue for that and hope to find some solution.

In generall I'm not too deep into TDS itself, I know MS SQL Server by heart, however

lpj145 commented 5 months ago

Is someone alive here? tiberius now is used for a lot of people that was dealing with sql server but a lot of issues and pr's still open... @janpio @esheppa @pimeys @steffengy @Weakky

janpio commented 5 months ago

Yes, we are alive. Pinging random people will not make anyone happy though.

Prisma is currently happy with the state of this crate. If you need any functionality from open PRs, I suggest you work with a fork until we have the time to review these and merge them.

lpj145 commented 5 months ago

@janpio Have you had a error like "perhaps two different versions of crate?" yeah, is very difficult to use your own version of this crate.

By the way, thanks to show your side, I hate to ping people, but this repository only get a awnser after four long months after this pinging, don't worry, I'll try to get another solution, see ya.

esheppa commented 5 months ago

@lpj145 if you have a specific fix you need to use locally you can use dependency overriding to use your own patched version of the crate

max-sixty commented 3 months ago

Would it be possible to create a release with recent updates? The most recent release was ~a year ago. Thank you!

xxchan commented 1 month ago

Would it be possible to create a release with recent updates?

+1. Specifically want to have #285 published, which can solve an audit alarm @janpio