You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TileData.post looks like it uses a transaction to roll back failed writes, but it actually has no effect since all exceptions are caught inside its context.
Instead, we could let errors propagate and then transform them to a JSON response outside the transaction context manager.
TileData.post
looks like it uses a transaction to roll back failed writes, but it actually has no effect since all exceptions are caught inside its context.Instead, we could let errors propagate and then transform them to a JSON response outside the transaction context manager.
arches/arches/app/views/tile.py
Lines 161 to 190 in 6d065af
The text was updated successfully, but these errors were encountered: