Status: New
Owner: ----
Labels: Type-Defect Priority-High Milestone-Release-1.0.5 Component-YAML

New issue 526 by [EMAIL PROTECTED]: Deleting QubitEvent rows is not  
deleting parent QubitObject data
http://code.google.com/p/qubit-toolkit/issues/detail?id=526

See issue #525 for steps to reproduce.

YAML stub data looks like this:
---
QubitEvent:
   QubitEvent_308:
     class_name: QubitEvent
   QubitEvent_309:
     class_name: QubitEvent
---

Corresponding mysql q_object rows:
mysql> select * from q_object where class_name = 'QubitEvent';
+------------+-----+
| class_name | id  |
+------------+-----+
| QubitEvent | 308 |
| QubitEvent | 309 |


No corresponding q_event rows:

mysql> select * from q_event where id in (308, 309);
Empty set (0.00 sec)

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Issues" 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/qubit-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to