Implement more complex select queries

Registered by Etenil

Select queries must be able to be more complex, with ANDs and ORs and nested conditions.

Example:

array('stuff' => '10', '|' => array( 'stuff' => '>2', 'stuff' => '<8', 'stuff !' => '4'))

would become (in SQL):

WHERE stuff = 10 OR (stuff > 2 AND stuff < 8 AND stuff != 4)

Blueprint information

Status:
Complete
Approver:
Etenil
Priority:
High
Drafter:
Etenil
Direction:
Needs approval
Assignee:
Etenil
Definition:
Drafting
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Etenil
Completed by
Etenil

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.