Skip to content

Commit

Permalink
feat: enable integrated-auth-gssapi tiberius feature
Browse files Browse the repository at this point in the history
This should extend support for MSSQL integrated authentication to
*nix systems. Prisma currently only supports this feature on Windows.
  • Loading branch information
andrew-dias committed Aug 16, 2024
1 parent cb8fbf2 commit c0ea0cd
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion quaint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ optional = true
[target.'cfg(not(any(target_os = "macos", target_os = "ios")))'.dependencies.tiberius]
version = "0.11.8"
optional = true
features = ["sql-browser-tokio", "chrono", "bigdecimal"]
features = ["sql-browser-tokio", "chrono", "bigdecimal", "integrated-auth-gssapi"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.tiberius]
version = "0.11.8"
Expand All @@ -141,6 +141,7 @@ features = [
"bigdecimal",
"tds73",
"winauth",
"integrated-auth-gssapi"
]

[dependencies.bigdecimal]
Expand Down

0 comments on commit c0ea0cd

Please sign in to comment.