Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/72#discussion_r105652210
--- Diff: aria/modeling/mixins.py ---
@@ -67,9 +108,9 @@ def foreign_key(cls, parent_table, nullable=False):
nullable=nullable)
@classmethod
- def relationship_to_self(cls,
- column_name,
- relationship_kwargs=None):
+ def _create_relationship_to_self(cls,
--- End diff --
why did it turn to create? this implies that each time i call any method
which utilizes this helper function i'll create a new relationship. Furthermore
why is it a private method.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---