我需要使用 Propel 一次否定多个条件。例如。对应的sql条件为:
WHERE !(something = 'a' and someOtherThing = 'b')
我找不到使用 Propel ORM 解决此问题的方法。有没有办法使用 Propel 1.3 提供的 Criteria-API 构建这个查询?
我需要使用 Propel 一次否定多个条件。例如。对应的sql条件为:
WHERE !(something = 'a' and someOtherThing = 'b')
我找不到使用 Propel ORM 解决此问题的方法。有没有办法使用 Propel 1.3 提供的 Criteria-API 构建这个查询?