Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Python-8.4.1, Python-8.4.3, Python-Aprium
-
Component/s: Python Driver
-
Labels:None
Description
Run test case: test_CUBRIDdb.py
Traceback (most recent call last):
File "test_CUBRIDdb.py", line 231, in test_execute
self._paraminsert(cur)
File "test_CUBRIDdb.py", line 245, in _paraminsert
("Cooper's",)
File "/home/hudson/apps/Python-3.0.1/lib/python3.0/site-packages/CUBRIDdb/cursors.py", line 63, in execute
self._bind_params(args)
File "/home/hudson/apps/Python-3.0.1/lib/python3.0/site-packages/CUBRIDdb/cursors.py", line 44, in _bind_params
elif isinstance(args[i], unicode):
NameError: global name 'unicode' is not defined
Fixed in RB-8.4.3. Revision: 1308
Fixed in RB-8.4.1. Revision: 1309
Fixed in RB-8.4.4. Revision: 1310
Fixed in trunk. Revision: 1311
Resolved.