Ticket #31 (closed Feature Request: wontfix)
Active Record does not support parentheses
| Reported by: | Shadowhand | Owned by: | zombor |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | ActiveRecord AR SQL DB | Cc: |
Description
Active Record should support queries like:
SELECT * FROM `table` WHERE (`foo` = 1 AND `bar` = 5) OR (`foo` = 3 AND `bar` = 7);
Syntax will have to be decided.
Change History
Note: See
TracTickets for help on using
tickets.
