The queries executed are the below

1       SELECT `CreditPackage`.`credits` FROM `credit_packages` AS
`CreditPackage` WHERE id=1 LIMIT 1              1       1       0

2       SELECT `Customer`.`credits`, `Customer`.`firm` FROM `customers` AS
`Customer` WHERE id=1 LIMIT 1           1       1       13

3       SELECT COUNT(*) AS count FROM `customers` WHERE (`id` = 1)              
1       1       0

4       UPDATE `customers` SET `id` = '1',`credits` = '2',`modified` =
'2006-09-13 13:50:48' WHERE `id` = '1'          1               0


So, it doesn't seem that any query is executed twice.
Does anybody see any problem,that i don't?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to