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

Apologies if this is something really obvious, but I'm rather new to using Tiberius and SQLServer in general. I can connect to a db fine and run fairly complex quieries....

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

JDBC string has a way to set this: Ref: https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver16#:~:text=as%20authenticationScheme.-,hostNameInCertificate,-String%0A%0Anull It doesn't seem to be present for this library though - could you confirm this though? Currently, I had to...

Currently Prisma doesn't support the MultiSubnetFailover option of SQL Server. See https://github.com/prisma/prisma/issues/9187. I think this would require support at the driver level so I'm adding an issue here. Other info:...

## Overview Follow-up PR to https://github.com/prisma/tiberius/pull/315. The initial PR added a bunch of tests but none of them actually sent data to the database. These tests ensure the encoding is...

We're working with stream out from sql server, this implementation will improve it a lot.

The `Config::trust_cert_ca` method currently takes a path-parameter that looks like this: `path: impl ToString` which then gets converted to a PathBuf. Is there a reason the `trust_cert_ca` method doesn't take...

Are there any examples with read only routing actually being used? I am able to use SSMS to connect to my availability group and can specify ApplicationIntent=ReadOnly in the connection...

I think sql server doesn't have type unsinged int8. ![image](https://github.com/prisma/tiberius/assets/96557710/fac67a35-fc18-4396-87ad-3190bc45f2ed)