[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-08 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907197#action_12907197 ] Knut Anders Hatlen commented on DERBY-1938: --- Thanks for the updated patch,

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-08 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907207#action_12907207 ] Dag H. Wanvik commented on DERBY-1938: -- Thanks for handling this one, guys. +1 from me

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-08 Thread Patrick Holthuizen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907307#action_12907307 ] Patrick Holthuizen commented on DERBY-1938: --- Another thank you from me too. Add

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-07 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906795#action_12906795 ] Knut Anders Hatlen commented on DERBY-1938: --- Hi Kristian, The patch looks good

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-06 Thread Patrick Holthuizen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906588#action_12906588 ] Patrick Holthuizen commented on DERBY-1938: --- This is issue has a patch. Is it

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-06 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906598#action_12906598 ] Knut Anders Hatlen commented on DERBY-1938: --- If someone is willing to do the work

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2010-09-06 Thread Patrick Holthuizen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906676#action_12906676 ] Patrick Holthuizen commented on DERBY-1938: --- I think, although the issue is

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440912 ] Daniel John Debrunner commented on DERBY-1938: -- Section 13.2.2.2 does not apply here. Since Java null has no type it cannot be mapped using this

Re: [jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Lance J. Andersen
The following wording was added to the JDBC 4.0 javadocs to address this issue: Note: Not all databases allow for a non-typed Null to be sent to the backend. For maximum portability, the setNull or the setObject(int parameterIndex, Object x, int sqlType) method should be used instead of

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440927 ] Tomohito Nakayama commented on DERBY-1938: -- I think DERBY-1904 suggests to support for setObject(arg, null) In the view of other JDBC driver and/or

Re: [jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Bernt M. Johnsen
Daniel John Debrunner (JIRA) wrote (2006-10-09 09:20:22): [ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440912 ] Daniel John Debrunner commented on DERBY-1938: -- Section 13.2.2.2 does not apply

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12441001 ] Tomohito Nakayama commented on DERBY-1938: -- Next information was posted to mailing list. The following wording was added to the JDBC 4.0 javadocs to

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-09 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12441025 ] Dag H. Wanvik commented on DERBY-1938: -- I googled and found a discussion on this on the mailinglist for the Jakarta taglibs project:

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-08 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440800 ] Tomohito Nakayama commented on DERBY-1938: -- I found next comment in the code. org.apache.derby.impl.jdbc.EmbedPreparedStatement : public final void

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-08 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440804 ] Tomohito Nakayama commented on DERBY-1938: -- In the spec of jdbc-3_0, I found next content. 13.2.2.2 Type Conversions Using the Method setObject

[jira] Commented: (DERBY-1938) Add support for setObject(arg, null)

2006-10-06 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1938?page=comments#action_12440464 ] Bernt M. Johnsen commented on DERBY-1938: - NOTE: Tutorial, 3rd ed says (25.1.6 p. 653): The method setObject, however, can take a null value only if the