Skip to content

Commit

Permalink
#41: Add is_distinct bool to ReadQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 11, 2019
1 parent cb67f07 commit cc2459a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/database_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ReadQuery(Query):
def __init__(self, table):
super().__init__(table)
self.include_related_entities = False
self.is_distinct_fields_query = False

def execute_query(self):
self.commit_changes()
Expand Down

0 comments on commit cc2459a

Please sign in to comment.