Skip to content

Commit 37dd8ed

Browse files
committed
0.4.3-alpha.1: attempt to fix mssql bb8 timeout by downgrading tiberius and bb8
1 parent ad13c8d commit 37dd8ed

File tree

9 files changed

+972
-580
lines changed

9 files changed

+972
-580
lines changed

Cargo.lock

Lines changed: 818 additions & 531 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.lock

Lines changed: 143 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tokio = {version = "1", features = ["rt", "rt-multi-thread", "net"]}
4040
url = "2"
4141
urlencoding = "2.1"
4242
uuid = "1"
43+
uuid_old = {package="uuid", version = "0.8"}
4344
rayon = "1"
4445

4546
[build-dependencies]

connectorx-python/src/pandas/transports/mssql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use connectorx::{
77
typesystem::TypeConversion,
88
};
99
use rust_decimal::prelude::*;
10-
use uuid::Uuid;
10+
use uuid_old::Uuid;
1111

1212
#[allow(dead_code)]
1313
pub struct MsSQLPandasTransport<'py>(&'py ());

0 commit comments

Comments
 (0)