@@ -364,7 +364,7 @@ Oracledb Methods
364
364
365
365
The ``use_sni `` parameter is expected to be a boolean which indicates
366
366
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
367
- second TLS neogiation that would otherwise be required. This parameter is
367
+ second TLS negotiation that would otherwise be required. This parameter is
368
368
used in both python-oracledb Thin and Thick modes. The default value is
369
369
False.
370
370
@@ -697,7 +697,7 @@ Oracledb Methods
697
697
698
698
The ``use_sni `` parameter is expected to be a boolean which indicates
699
699
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
700
- second TLS neogiation that would otherwise be required. This parameter is
700
+ second TLS negotiation that would otherwise be required. This parameter is
701
701
used in both python-oracledb Thin and Thick modes. The default value is
702
702
False.
703
703
@@ -1041,7 +1041,7 @@ Oracledb Methods
1041
1041
1042
1042
The ``use_sni `` parameter is expected to be a boolean which indicates
1043
1043
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
1044
- second TLS neogiation that would otherwise be required. This parameter is
1044
+ second TLS negotiation that would otherwise be required. This parameter is
1045
1045
used in both python-oracledb Thin and Thick modes. The default value is
1046
1046
False.
1047
1047
@@ -1522,7 +1522,7 @@ Oracledb Methods
1522
1522
1523
1523
The ``use_sni `` parameter is expected to be a boolean which indicates
1524
1524
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
1525
- second TLS neogiation that would otherwise be required. This parameter is
1525
+ second TLS negotiation that would otherwise be required. This parameter is
1526
1526
used in both python-oracledb Thin and Thick modes. The default value is
1527
1527
False.
1528
1528
@@ -1919,7 +1919,7 @@ Oracledb Methods
1919
1919
1920
1920
The ``use_sni `` parameter is expected to be a boolean which indicates
1921
1921
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
1922
- second TLS neogiation that would otherwise be required. This parameter is
1922
+ second TLS negotiation that would otherwise be required. This parameter is
1923
1923
used in both python-oracledb Thin and Thick modes. The default value is
1924
1924
False.
1925
1925
@@ -2123,7 +2123,8 @@ Oracledb Methods
2123
2123
``is_thin_mode() `` will never change for the lifetime of the process.
2124
2124
2125
2125
The attribute :attr: `Connection.thin ` can be used to check a connection's
2126
- mode.
2126
+ mode. The attribute :attr: `ConnectionPool.thin ` can be used to check a
2127
+ pool's mode.
2127
2128
2128
2129
.. note ::
2129
2130
@@ -2495,7 +2496,7 @@ Oracledb Methods
2495
2496
2496
2497
The ``use_sni `` parameter is expected to be a boolean which indicates
2497
2498
whether to use the TLS Server Name Indicator (SNI) extension to bypass the
2498
- second TLS neogiation that would otherwise be required. This parameter is
2499
+ second TLS negotiation that would otherwise be required. This parameter is
2499
2500
used in both python-oracledb Thin and Thick modes. The default value is
2500
2501
False.
2501
2502
0 commit comments