File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ <h2>Dependencies</h2>
172
172
173
173
< li >
174
174
175
- < p > < strong > Python versions 3.7 through 3.12 </ strong > .</ p >
175
+ < p > < strong > Python versions 3.8 through 3.13 </ strong > .</ p >
176
176
177
177
< p > Pre-built packages are available on < a
178
178
href ="https://pypi.org/project/oracledb " > PyPI</ a > and other
@@ -272,8 +272,8 @@ <h2>Features</h2>
272
272
> PyPI</ a > or other repositories. No additional install is required -
273
273
you just need an available Oracle Database.</ p > </ li >
274
274
275
- < li > < p > Support for Python 3.7 and higher. (Python-oracledb 1.x can be
276
- used with Python 3.6).</ p > </ li >
275
+ < li > < p > Support for Python 3.8 and higher. (Older versions of
276
+ python-oracledb can be used with Python 3.6 or 3.7 ).</ p > </ li >
277
277
278
278
< li > < p > Support for synchronous and concurrent < a
279
279
href ="https://docs.python.org/3/library/asyncio.html " > asyncio</ a > coding
@@ -314,6 +314,9 @@ <h2>Features</h2>
314
314
< li > < p > Scrollable cursors. Go back and forth through your query
315
315
results.</ p > </ li >
316
316
317
+ < li > < p > Oracle Database 23ai statement pipelining. Keep the database busy
318
+ processing statements.</ p > </ li >
319
+
317
320
< li > < p > Fetch PL/SQL Implicit Results. Easily return query results from
318
321
PL/SQL.</ p > </ li >
319
322
You can’t perform that action at this time.
0 commit comments