python-cx_Oracle/test
Anthony Tuininga 04f1904a7d Remove "unicode" mode and simply permit unicode to be used everywhere within
cx_Oracle; stop using "unicode" mode in the OCI as well since that appears to
have bugs in some places and doesn't really solve any problems anyway.
2011-02-19 03:50:16 +00:00
..
3kNumberVar.py Set up test cases for Python 3.x. 2008-10-17 03:51:38 +00:00
3kStringVar.py Set up test cases for Python 3.x. 2008-10-17 03:51:38 +00:00
Connection.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
Cursor.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
CursorVar.py Eliminate the spurious errors that take place because of the change in how 2009-10-18 03:34:36 +00:00
DateTimeVar.py Added support for additional test cases for full unicode support in Python 2.x; 2008-10-14 22:37:38 +00:00
IntervalVar.py Added support for interval day to second in Oracle, represented as Python 2008-11-25 15:59:16 +00:00
LobVar.py Tweak test cases to run properly under Python 3.x. 2008-10-17 04:46:26 +00:00
LongVar.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
NumberVar.py Dropped support for Python 2.3. 2008-10-16 04:19:14 +00:00
ObjectVar.py Convert object type handling to use new cxString functions and add test case 2008-10-16 03:25:30 +00:00
SessionPool.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
SetupTest.sql Ensure that the data is stored as Unicode data as the original code stored the 2010-01-29 05:01:08 +00:00
StringVar.py All test cases now run correctly in Unicode mode. There are still additional 2008-10-15 22:45:29 +00:00
TestEnv.py Continued work on Unicode support; added new test cases for full unicode 2008-10-14 04:51:43 +00:00
TimestampVar.py Last public release from Computronix. 2007-06-13 21:15:16 +00:00
UnicodeVar.py All test cases now run correctly in Unicode mode. There are still additional 2008-10-15 22:45:29 +00:00
test.py Remove "unicode" mode and simply permit unicode to be used everywhere within 2011-02-19 03:50:16 +00:00
test3k.py Force termination with an error code if some tests fail. 2009-10-22 04:24:46 +00:00
test_dbapi20.py Last public release from Computronix. 2007-06-13 21:15:16 +00:00
uConnection.py Remove "unicode" mode and simply permit unicode to be used everywhere within 2011-02-19 03:50:16 +00:00
uCursor.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
uCursorVar.py Eliminate the spurious errors that take place because of the change in how 2009-10-18 03:34:36 +00:00
uDateTimeVar.py All test cases now run correctly in Unicode mode. There are still additional 2008-10-15 22:45:29 +00:00
uIntervalVar.py Added support for interval day to second in Oracle, represented as Python 2008-11-25 15:59:16 +00:00
uLobVar.py Restore commented out code. 2008-10-16 03:58:53 +00:00
uLongVar.py Remove "unicode" mode and simply permit unicode to be used everywhere within 2011-02-19 03:50:16 +00:00
uNumberVar.py Dropped support for Python 2.3. 2008-10-16 04:19:14 +00:00
uObjectVar.py Convert object type handling to use new cxString functions and add test case 2008-10-16 03:25:30 +00:00
uSessionPool.py Add new attributes size, bufferSize and numElements to variable objects, 2009-01-06 20:58:34 +00:00
uStringVar.py Remove "unicode" mode and simply permit unicode to be used everywhere within 2011-02-19 03:50:16 +00:00
uTimestampVar.py Use native line endings on all Python files. 2008-11-24 23:48:44 +00:00