Skip to content

Instantly share code, notes, and snippets.

@jaytaylor
Created August 7, 2012 22:42
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 jaytaylor/3290141 to your computer and use it in GitHub Desktop.
Save jaytaylor/3290141 to your computer and use it in GitHub Desktop.
Squeryl Postgres adapter which activates proper sequence naming
import org.squeryl.adapters.PostgreSqlAdapter
class NewAgePostgreSqlAdapter extends PostgreSqlAdapter {
override val usePostgresSequenceNamingScheme: Boolean = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment