tiberius icon indicating copy to clipboard operation
tiberius copied to clipboard

TDS 7.2+ (Microsoft SQL Server) driver for Rust

Results 108 tiberius issues
Sort by recently updated
recently updated
newest added

## Summary I'm encountering a connection issue when attempting to tiberius to connect to a Microsoft SQL Server. This issue does not arise when connecting via `php` or `sqlcmd` with...

![image](https://github.com/prisma/tiberius/assets/141891244/8434e31c-a3c0-4f80-8ea5-76f70d8eae2e) How do I filter out this information, please? Thank you.

SUBJ. No changes to existing code behavior, no changes to existing public API, just some extras to call stored procedures or UDFs directly. There are also few minor fixes for...

I' have problems trying to connect to SQL Server with Tiberius. I was trying to use rustls instead of the default, but I don't get Tiberius to compile ``` [package]...

I'm largely a noob to rust (coming from a c# background, been doing rust for 4 weeks) but I'm trying to start with the basics, so I'm doing something simple...

Extremely useful for building entirely self contained binaries that can run in a scratch container :) I have tested this in a separate project as i'm not quite sure to...

Because the old version of `rustls` relies on `ring` 0.16.20, It may lead to build failures on certain systems

I'm getting this error running the example code ``` Error: An error occured during the attempt of performing I/O: invalid peer certificate contents: invalid peer certificate: UnsupportedCertVersion ``` ## Cargo.toml...

Hi there, I am trying to use Tiberius with an MS-SQL-Database but I keep gettin the error: `Error getting row: Encoding error: encoding: unspported encoding (LCID: 0x409, sort ID: 42)`...

Hello friends, I have some strange issues when reading from database. Is there any chance to catch that or at least to catch that string with the value that has...