Skip to content

Commit

Permalink
Merge pull request #731 from Niivii/fix/mssql-pre-login-token
Browse files Browse the repository at this point in the history
Fix/mssql pre login token
  • Loading branch information
wangxiaoying authored Jan 21, 2025
2 parents 2be78ca + 70ceff7 commit a72a83c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
30 changes: 7 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ arrow2 = {workspace = true, default-features = false, optional = true}
polars = {workspace = true, optional = true, features=["dtype-u8", "dtype-u16", "lazy"]}
polars-arrow = {workspace = true, optional = true}
polars_old = { package = "polars", version = "0.32", optional = true, features=["dtype-u8", "dtype-u16"]}
bb8 = {version = "0.7", optional = true}
bb8-tiberius = {version = "0.8", optional = true}
bb8 = {version = "0.8", optional = true}
bb8-tiberius = {version = "0.11", optional = true}
csv = {version = "1", optional = true}
fallible-streaming-iterator = {version = "0.1", optional = true}
futures = {version = "0.3", optional = true}
Expand All @@ -51,7 +51,7 @@ regex = {version = "1", optional = true}
rusqlite = {version = "0.30.0", features = ["column_decltype", "chrono", "bundled"], optional = true}
rust_decimal = {version = "1", features = ["db-postgres"], optional = true}
rust_decimal_macros = {version = "1", optional = true}
tiberius = {version = "0.7.3", features = ["rust_decimal", "chrono", "integrated-auth-gssapi"], optional = true}
tiberius = {version = "0.9", features = ["rust_decimal", "chrono", "integrated-auth-gssapi"], optional = true}
tokio = {version = "1", features = ["rt", "rt-multi-thread", "net"], optional = true}
tokio-util = {version = "0.6", optional = true}
urlencoding = {version = "2.1", optional = true}
Expand Down

0 comments on commit a72a83c

Please sign in to comment.