[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-03-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484671 ] Bryan Pendleton commented on DERBY-2256: I'm sold! I see that while integer and decimal are compatible, ther

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-03-27 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484514 ] A B commented on DERBY-2256: > Did you consider having this query return an error? If the user provides a > floating poin

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-03-26 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484306 ] Bryan Pendleton commented on DERBY-2256: Hi Army, the comments and explanation are great and they make a lot

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-03-21 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482938 ] A B commented on DERBY-2256: It looks like the various incorrect results reported in this Jira are all caused by one of

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-01-19 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466118 ] A B commented on DERBY-2256: Yip's most recent comment agrees with what Mike wrote on derby-dev: http://thread.gmane.o

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-01-19 Thread Yip Ng (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466114 ] Yip Ng commented on DERBY-2256: --- I think Derby will transform this statement's IN predicate i in (2.8, 4.23); to the

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-01-19 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466094 ] A B commented on DERBY-2256: There is code in InListOperatorNode.java that creates a BETWEEN clause from an IN-list if t

[jira] Commented: (DERBY-2256) Wrong Results: Use of decimal values in an IN-list with INTEGER left operand can lead to extra rows.

2007-01-18 Thread Yip Ng (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465963 ] Yip Ng commented on DERBY-2256: --- Another error cases: -- ok ij> select * from t1 where i in (4, 4.23); I --- 4