Changes between Initial Version and Version 1 of Ticket #26680
- Timestamp:
- May 30, 2016, 6:36:20 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26680 – Description
initial v1 1 1 Summary: 2 In 1.8 the subquery has a compare to "in", in 1.9to "=". In my view 1.8 is correct.2 In 1.8.13 the subquery has a compare to "in", in 1.9.6 to "=". In my view 1.8 is correct. 3 3 4 4 The query: … … 12 12 }}} 13 13 14 gives in 1.8. 614 gives in 1.8.13 15 15 16 16 {{{ … … 32 32 AND "meldman_adresboek"."leverancier_id" IN 33 33 }}} 34 changes in 1.9 to34 changes in 1.9.6 to 35 35 {{{ 36 36 AND "meldman_adresboek"."leverancier_id" =