App Engine SQL and CALL SECTIONs

Why SQL & CALL SECTIONs are mutually exclusive?
In that explain about DEADLOCK ?

Questions by VenkatChowdary

Showing Answers 1 - 3 of 3 Answers

Shreya13

  • Apr 1st, 2010
 

When we run SQL, it basically locks that speicifc table which is in use. At the same time if we use call section there might be the case where it is using same table which will cause a deadlock situation leading to failing of the process. Due to this reason, SQL and Call section cant be used under same step.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions