Fix address source revision timestamps
This commit is contained in:
@@ -1208,7 +1208,9 @@ END:VCARD
|
||||
contact_postal_address_id=contact.postal_addresses[0].id,
|
||||
),
|
||||
)
|
||||
self.session.commit()
|
||||
# Providers must also work before the surrounding transaction commits;
|
||||
# SQLite aggregate timestamps are naive while new ORM rows are UTC-aware.
|
||||
self.session.flush()
|
||||
|
||||
capability = AddressesContactPointResolutionCapability()
|
||||
direct = capability.resolve_contact_points(
|
||||
|
||||
Reference in New Issue
Block a user