Skip to content

Instantly share code, notes, and snippets.

@eyalroth
Last active May 13, 2018 17:44
Show Gist options
  • Save eyalroth/11406d8d86895e2f2d376248c33ae7d8 to your computer and use it in GitHub Desktop.
Save eyalroth/11406d8d86895e2f2d376248c33ae7d8 to your computer and use it in GitHub Desktop.
def createNonUniqueOrReturnExisting(name: String)(implicit session: DBSession = DB.autoCommitSession): Long = {
// here lies the query
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment