File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Open Source Python/Oracle Utility - cx_Oracle
22---------------------------------------------
3- cx_Oracle is a Python extension module that enables access to Oracle databases
3+ cx_Oracle is a Python extension module that enables access to Oracle Database
44and conforms to the Python database API 2.0 specifications with a considerable
55number of additions and a couple of exclusions. The time data type is not
66supported by Oracle and is therefore not implemented. The method
@@ -43,8 +43,8 @@ commands instead
4343 python setup.py build
4444 python setup.py install
4545
46- This module has been built with Oracle 10g, 11g and 12c on Linux and Windows.
47- Others have reported success with other platforms such as Mac OS X .
46+ This module has been built with Oracle client 11.1, 12.1 and 12.2 on Linux and
47+ Windows. Others have reported success with other platforms such as macOS .
4848
4949See BUILD.txt for additional information.
5050
You can’t perform that action at this time.
0 commit comments