automvc / bee

Bee is an AI, easy and high efficiency ORM framework,support JDBC,Cassandra,Mongodb,Sharding,Android,HarmonyOS.

Home Page:https://github.com/automvc/bee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConditionImpl使用in条件报错

hardill opened this issue · comments

当字段为int类型时,condition.op("id", Op.in,list); sql拼接报错,ERROR: operator does not exist: integer = character varying,

commented

V1.17 (V1.17.0.9)

8)condition.op(fieldName, Op.in, Value)增加支持List,Set,Number Array,单个Number元素
9)condition.opOn(fieldName, Op.in, Value) Value限定只支持Number和String