diff --git a/vanth/platform/ofxaccount.py b/vanth/platform/ofxaccount.py index a625223..d6937ed 100644 --- a/vanth/platform/ofxaccount.py +++ b/vanth/platform/ofxaccount.py @@ -30,6 +30,8 @@ def _select(): vanth.tables.OFXSource.c.uuid.label('source.uuid'), subselect, ]).select_from( + vanth.tables.OFXAccount.join(vanth.tables.OFXSource) + ).select_from( subselect ).where( vanth.tables.OFXAccount.c.uuid == subselect.c.ofxaccount