Skip to content

Commit 46177b1

Browse files
Documentation updates.
1 parent a2a7d59 commit 46177b1

File tree

6 files changed

+463
-238
lines changed

6 files changed

+463
-238
lines changed

doc/src/api_manual/connection_pool.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ConnectionPool Attributes
226226
seconds. Note that termination only occurs when the pool is accessed. A
227227
value of 0 means that there is no maximum length of time that a pooled
228228
connection may exist. This attribute is only available in Oracle Database
229-
12.1.
229+
12.1 or later.
230230

231231
.. attribute:: ConnectionPool.max_sessions_per_shard
232232

doc/src/api_manual/soda.rst

+3
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ SodaCollection Methods
290290

291291
Returns a list of specifications for the indexes found on the collection.
292292

293+
This method requires Oracle Client 21.3 or later (or Oracle Client 19 from
294+
19.13).
295+
293296
.. versionadded:: 1.4.0
294297

295298
.. method:: SodaCollection.save(doc)

doc/src/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ User Guide
4848
user_guide/tracing.rst
4949
user_guide/globalization.rst
5050
user_guide/exception_handling.rst
51+
user_guide/troubleshooting.rst
5152
user_guide/appendix_a.rst
5253
user_guide/appendix_b.rst
5354
user_guide/appendix_c.rst

0 commit comments

Comments
 (0)