lishunli / nutz

Automatically exported from code.google.com/p/nutz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAO: Cnd 生成的 in 语句不对

GoogleCodeExporter opened this issue · comments

Cnd.where(propertyName, "in", value) 
生成的SQL不对,最好能支持value是一个
Collection的情况

Original issue reported on code.google.com by jiongs...@gmail.com on 30 Apr 2010 at 9:44

Original comment by wendal1985@gmail.com on 6 May 2010 at 8:28

  • Added labels: Milestone-1.a.28
  • Removed labels: ****

Original comment by wendal1985@gmail.com on 6 May 2010 at 9:06

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

Original comment by wendal1985@gmail.com on 13 May 2010 at 10:25

  • Added labels: Module-Dao
  • Removed labels: ****
有人有空Fix一下 ? 或者推到下一版本?

Original comment by wendal1985@gmail.com on 18 May 2010 at 1:00

  • Added labels: ****
  • Removed labels: ****

Original comment by zozoh...@gmail.com on 18 May 2010 at 3:29

  • Added labels: Milestone-1.a.29
  • Removed labels: Milestone-1.a.28
Fixed in r1272


JUnit:
org.nutz.dao.texp.CndTest:
    > test_in_by_int_array
    > test_in_by_int_list
    > test_in_by_str_array
    > test_in_by_str_list
    > test_is_null

Original comment by zozoh...@gmail.com on 26 May 2010 at 10:06

  • Changed state: Fixed
  • Added labels: Milestone-1.a.28
  • Removed labels: Milestone-1.a.29