Skip to content

Commit a9a25c8

Browse files
Update for python-oracledb 3.3.
1 parent 837e4fa commit a9a25c8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ <h2>The python-oracledb driver for Oracle Database</h2>
8686

8787
<p>
8888

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.
9393

9494
</p>
9595

@@ -181,7 +181,7 @@ <h2>Dependencies</h2>
181181

182182
<li>
183183

184-
<p><strong>Python versions 3.9 through 3.13</strong>.</p>
184+
<p><strong>Python versions 3.9 through 3.14</strong>.</p>
185185

186186
<p> Pre-built packages are available on <a
187187
href="https://pypi.org/project/oracledb" >PyPI</a> and other
@@ -308,9 +308,9 @@ <h2>Features</h2>
308308
<li><p>Extensive Oracle data type support, including VECTOR, JSON and
309309
large object support (CLOB and BLOB).</p></li>
310310

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>
314314

315315
<li><p>Direct binding to SQL objects. One great use case is binding
316316
Python objects to Oracle Spatial SDO objects.</p></li>
@@ -355,7 +355,8 @@ <h2>Features</h2>
355355

356356
<li><p>End-to-end monitoring and tracing.</p></li>
357357

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>
359360

360361
<li><p>Session Pooling, with tagging and session state fix-up callback.</p></li>
361362

0 commit comments

Comments
 (0)