CRM-14241, skip case related entities
authorkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 11:02:14 +0000 (16:32 +0530)
committerkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 11:02:14 +0000 (16:32 +0530)
----------------------------------------
* CRM-14241: setup new repo for doctrine integration work
  http://issues.civicrm.org/jira/browse/CRM-14241

CRM/Core/CodeGen/EntitySpecification.php

index ba2c4120964f3f4a90c7fe58f8fa71a2e6d08315..e7720c16344d5c9b696b1d6b5a3f9151dbe71663 100644 (file)
@@ -95,6 +95,11 @@ class CRM_Core_CodeGen_EntitySpecification {
       'civicrm_price_set_entity',
       'civicrm_tell_friend',
       'civicrm_uf_join',
+      // case table's are skipped to prevent syntax error generated due "Case" reserved word
+      'civicrm_case',
+      'civicrm_case_activity',
+      'civicrm_case_contact',
+      'civicrm_relationship',
     );
 
     $tables = array();