Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
N/A
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0 RC1
-
Fix Version/s: Next Minor Release
-
Component/s: Zend_Db_Select
-
Labels:None
Description
DB2 does not support the CROSS JOIN syntax:
SELECT "zfproducts".*, "zfbugs_products".* FROM "zfproducts" CROSS JOIN "zfbugs_products"
but this query should produce the equivalent result:
SELECT * FROM "zfproducts", "zfbug_products"
To implement this, there should probably be a Zend_Db_Select_Db2 class that inherits from Zend_Db_Select.
Issue Links
| This issue is related to: | ||||
| ZF-3072 | Support for DB2 on i5 |
|
|
|
Assign to Bill Karwin.