Skip to content

Commit

Permalink
Adds handle type DBC_INFO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke authored and pacman82 committed Nov 22, 2023
1 parent 9af036a commit 6045299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Expand Up @@ -113,6 +113,10 @@ pub enum HandleType {
Dbc = 2,
Stmt = 3,
Desc = 4,
// Only used between Drivers and Driver Manager to enable connection pooling.
// https://learn.microsoft.com/en-us/sql/odbc/reference/develop-driver/developing-connection-pool-awareness-in-an-odbc-driver?view=sql-server-ver16
// Defined in sqlspi.h
DbcInfoToken = 6
}

/// Options for `SQLDriverConnect`
Expand Down

0 comments on commit 6045299

Please sign in to comment.