On 27 mayo, 23:32, squidliberty <[EMAIL PROTECTED]> wrote:
> Sorry, I didn't understand what you wanted me to do with those links.
> I see that I can post public code at CakeBin, but what are the Google
> results?
Who knows, maybe they are links to format your sql online. Perhaps
it's just me but for anything above and beyond playschool sql the
below (example) format is a lot easier to read:
SELECT *
FROM atable
WHERE (NOT (`listing`.`expiration` BETWEEN '1'
AND '1180320723'))
AND (((`listing`.`title` LIKE '%cat%')
OR (`listing`.`description` LIKE '%cat%')))
AND (((`listing`.`title` LIKE '%dog%')
OR (`listing`.`description` LIKE '%dog%')))
It makes it a lot easier to see what is inside what bracket - I just
used the first google result to format the above.
> So is this a bug in 1.1.15 or is something wrong with my installation?
Try the latest nightly, if you are missing brackets create a ticket.
Make it easy to read :)!
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---