[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-02-01 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12364854 ] Daniel John Debrunner commented on DERBY-680: - Submitted changes to ejbql test from patch derby-680_v2.diff , as they are separate from the code change to ij. In

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-01-25 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12364002 ] Kathey Marsden commented on DERBY-680: -- I think we should have a regression test that verifies the fix submitted with the fix, , either by enabling cast.sql with J2ME or

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-01-20 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12363504 ] Kathey Marsden commented on DERBY-680: -- Since the prepared statements have been taken out of lang/ejbql.sql, I wonder if we are still testing the case that was giving the

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-01-09 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12362228 ] Daniel John Debrunner commented on DERBY-680: - I think it's ok to change these SQL statements to not use prepared statements and ij's using clause. The return

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-01-05 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12361874 ] Daniel John Debrunner commented on DERBY-680: - I think the code is correct but I wonder if the ejbql test should be modified so that a CDC/Foundation specific

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2006-01-05 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12361879 ] Deepa Remesh commented on DERBY-680: Thanks Dan for looking at this patch. lang/ejbql.sql tests abs and absval functions. I think using cast may not be okay. These are

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2005-12-27 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12361280 ] Daniel John Debrunner commented on DERBY-680: - I'm looking at reviewing committing this patch. In ij, executing a prepared statement with numeric/decimal

[jira] Commented: (DERBY-680) In ij, executing a prepared statement with numeric/decimal parameter fails with NullPointerException in J2ME/CDC/FP

2005-11-14 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-680?page=comments#action_12357621 ] Deepa Remesh commented on DERBY-680: By changing the above code to check for the value returned by ps.getMetaData() , the prepared statements q10 and q11 listed in the