Today I updated my cake from version 1.2.0.5875 to 1.2.0.6311.

I am using it with an Oracle DB.

Now I am getting a strange behaviour with update and delete
operations...

An update now looks like:

UPDATE SAMPLETABLE Sampletable LEFT JOIN SOMEJOINTABLE Somejointable
ON (Sampletable.fkid = Somejointable.id) SET Sampletable.onevalue =
1234 WHERE Sampletable.ctid IN (555555)


A delete now looks like:

DELETE Sampletable FROM SAMPLETABLE Sampletable WHERE Sampletable.id
IN (555555)



Which of course does not work anymore...

So, what to do now???

Thx for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to