Pyrate – easy to use ninja build file generator
github.com1 pointsby sheng0 comments
purchase.downloads_left -= 1
Is this the preferred method to update a field? I'm asking because i'm wondering if sqlalchemy will translate this to an sql query similar to: UPDATE purchase SET downloads_left = downloads_left - 1;
Because otherwise this might be dangerous.