Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Unnecessary usage of Session in MultiDBCakeExample.scala #12

Open
pedrofurla opened this issue Nov 13, 2012 · 0 comments
Open

Unnecessary usage of Session in MultiDBCakeExample.scala #12

pedrofurla opened this issue Nov 13, 2012 · 0 comments

Comments

@pedrofurla
Copy link

In UserComponent.User the below session argument is not necessary.

private def autoInc(implicit session: Session) = name ~ pictureId returning id into {
case (_, id) => id
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant