Ticket #10377: cx_oracle-note.diff
File cx_oracle-note.diff, 1.1 KB (added by , 16 years ago) |
---|
-
docs/ref/databases.txt
366 366 Oracle notes 367 367 ============ 368 368 369 Django supports `Oracle Database Server`_ versions 9i and higher. Oracle370 version 10g or later is required to use Django's ``regex`` and ``iregex`` query 371 operators. You will also need a 4.X release of the `cx_Oracle`_ driver, 372 version 4.3.1 o r newer.369 Django supports `Oracle Database Server`_ versions 9i and 370 higher. Oracle version 10g or later is required to use Django's 371 ``regex`` and ``iregex`` query operators. You will also need at least 372 version 4.3.1 of the `cx_Oracle`_ Python driver. 373 373 374 Note that due to a Unicode-corruption bug in ``cx_Oracle`` 5.0, that 375 version of the driver should **not** be used with Django; 376 ``cx_Oracle`` 5.0.1 resolved this issue, so if you'd like to use a 377 more recent ``cx_Oracle``, use version 5.0.1. 378 374 379 .. _`Oracle Database Server`: http://www.oracle.com/ 375 380 .. _`cx_Oracle`: http://cx-oracle.sourceforge.net/ 376 381