On Sat, May 10, 2008 at 5:09 AM, Roan Kattouw roan.kattouw@home.nl wrote:
Whoo hoo! This'll make implementing JOINs in the API much easier, and provides a way to combine FORCE INDEX with JOINs, which used to be impossible to do portably.
It was perfectly possible. Construct the join clause manually, and for the FORCE INDEX part insert $db->useIndexClause() (which for non-MySQL databases just returns an empty string).