SWiZ

Login!
Register as a new userLost password?

for Project:

|

FS#24 — create/allow some array-like SQL query description

Attached to Project— SWiZ
Opened by Antonin Komenda (gree) - Saturday, 04 August 2007, 03:32PM
Last edited by Antonin Komenda (gree) - Sunday, 13 April 2008, 03:56PM
Feature Request
base
Assigned
Antonin Komenda
All
Low
Normal
5.0B
5.0.x
Undecided
0%
Into creole data sources. It should allow SQL overriding thus.
This task depends upon

This task blocks these from closing
Comment by Antonin Komenda (gree) - Sunday, 13 April 2008, 04:01PM

For instance: array(
SELECT => "SELECT *",
FROM => "FROM _table",
JOIN => array("LEFT JOIN _table2 ON a = b", ...)
...
)

Requirements:
- simple building of query (ideally only concatenation) or cache
- usable for simple extending of query parts, e.g. add "table2.*" to select, or add new join, ...