Skip to content

Instantly share code, notes, and snippets.

@brainail
Created May 10, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainail/180e21aaf38c21b2dc58460856ef697a to your computer and use it in GitHub Desktop.
Save brainail/180e21aaf38c21b2dc58460856ef697a to your computer and use it in GitHub Desktop.
@Query("UPDATE workspec SET run_attempt_count=run_attempt_count+1 WHERE id=:id")
fun incrementWorkSpecRunAttemptCount(id: String): Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment