Closed garncarz closed 6 years ago
crawler.refreshAll should be wrapped in a transaction, so there's no inconsistency in data in front-end.
crawler.refreshAll
Now, in SQLAlchemy, this all can't really be done in one transaction. E.g. when attaching players to a server, the server has to have a non-null id.
id
crawler.refreshAll
should be wrapped in a transaction, so there's no inconsistency in data in front-end.