Issue1834

classification
Title: cursor.setinputsizes
Type: behaviour Severity: major
Components: zxjdbc Versions: Jython 2.5
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, kensingtoncat, zyasoft
Priority: normal Keywords:

Created on 2012-01-27.22:59:38 by kensingtoncat, last changed 2014-10-05.16:38:46 by zyasoft.

Messages
msg6763 (view) Author: alan ross (kensingtoncat) Date: 2012-01-27.22:59:37
the zxJDBC  cursor.setinputsizes does not seem to work
i am using setinputsizes because cursor.callproc  is failing with 
model.database.procedure Error. ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'IS_PNL_ACTIVE_CATEGORY'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
 [SQLCode: 6550], [SQLState: 65000]

thank you.
msg7096 (view) Author: alan ross (kensingtoncat) Date: 2012-05-15.21:55:53
does anyone care about callproc not working for oracle on windows?
also, setinputsizes does not work?
i have the latest version of jython/windows 7.
msg9066 (view) Author: Jim Baker (zyasoft) Date: 2014-10-05.16:38:46
Presumably will be fixed by replacing zxJDBC with jyjdbc; if not, we can at least make progress on it with strong testing

Target beta 4
History
Date User Action Args
2014-10-05 16:38:46zyasoftsetnosy: + zyasoft
messages: + msg9066
2013-02-25 21:32:31fwierzbickisetpriority: normal
nosy: + fwierzbicki
versions: + Jython 2.5, - 2.5.2
2012-05-15 21:55:53kensingtoncatsetmessages: + msg7096
2012-01-27 22:59:38kensingtoncatcreate