Bugs item #1220192, was opened at 2005-06-14 08:30
Message generated for change (Comment added) made by spackers
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725495&aid=1220192&group_id=132863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: gstragapede (gstragapede)
>Assigned to: spackers (spackers)
Summary: Problem executing oracle stored procedure
Initial Comment:
Hi all,
I've a problem executing a stored procedure with Oracle
9i. Eclipse version is 3.0.0.
This stored procedure has a DATE field; looking at the
code of the class
net.sourceforge.sqlexplorer.ext.oracle.dialogs.Utils I
see that all the input parameters are set as String: is
this a bug?
For DATE type I suggest a field in the SQLEditor
Preferencies containing the pattern for the DateFormat
class; moreover the class
net.sourceforge.sqlexplorer.ext.oracle.dialogs.Utils
should use the method setTimestamp to set correctly the
date and appropriate set method for numeric fields.
Attached to this message you found a piece of eclipse
log containing the exception stack trace.
Thanks
----------------------------------------------------------------------
>Comment By: spackers (spackers)
Date: 2007-10-16 11:03
Message:
Logged In: YES
user_id=1335081
Originator: NO
Date formats can be specified using named parameters in structured
comments (introduced in v3.5.0 beta2)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725495&aid=1220192&group_id=132863
|