@@ -86,10 +86,10 @@ <h2>The python-oracledb driver for Oracle Database</h2>
86
86
87
87
< p >
88
88
89
- Connections between python-oracledb and Oracle Database are used for
90
- executing SQL and PL/SQL, for calling SODA NoSQL-style APIs, for
91
- receiving database notifications and messages, and for starting and
92
- stopping the database.
89
+ Connections between python-oracledb and Oracle Database are used for:
90
+ executing SQL and PL/SQL; for calling SODA NoSQL-style APIs; for
91
+ working with data frames; for receiving database notifications and
92
+ messages; and for starting and stopping the database.
93
93
94
94
</ p >
95
95
@@ -181,7 +181,7 @@ <h2>Dependencies</h2>
181
181
182
182
< li >
183
183
184
- < p > < strong > Python versions 3.9 through 3.13 </ strong > .</ p >
184
+ < p > < strong > Python versions 3.9 through 3.14 </ strong > .</ p >
185
185
186
186
< p > Pre-built packages are available on < a
187
187
href ="https://pypi.org/project/oracledb " > PyPI</ a > and other
@@ -308,9 +308,9 @@ <h2>Features</h2>
308
308
< li > < p > Extensive Oracle data type support, including VECTOR, JSON and
309
309
large object support (CLOB and BLOB).</ p > </ li >
310
310
311
- < li > < p > Support for fetching to data frames for efficient use with Python
312
- DataFrame libraries and formats such as PyArrow, NumPy, Pandas, Polars ,
313
- PyTorch, and Apache Parquet.</ p > </ li >
311
+ < li > < p > Support for fetching and inserting data frames for efficient use
312
+ with Python DataFrame libraries and formats such as PyArrow, NumPy,
313
+ Pandas, Polars, PyTorch, and Apache Parquet.</ p > </ li >
314
314
315
315
< li > < p > Direct binding to SQL objects. One great use case is binding
316
316
Python objects to Oracle Spatial SDO objects.</ p > </ li >
@@ -355,7 +355,8 @@ <h2>Features</h2>
355
355
356
356
< li > < p > End-to-end monitoring and tracing.</ p > </ li >
357
357
358
- < li > < p > Transaction management and Two-phase Commits.</ p > </ li >
358
+ < li > < p > Transaction management features, including Sessionless
359
+ Transactions and Two-phase Commits.</ p > </ li >
359
360
360
361
< li > < p > Session Pooling, with tagging and session state fix-up callback.</ p > </ li >
361
362
0 commit comments