Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 198 Bytes

PostGreSqlParticularities.md

File metadata and controls

6 lines (4 loc) · 198 Bytes
val tx = Transaction.get(txManager, Propagation.Nested, Isolation.Serializable, -1)
  • use latest postgres driver as some older drivers don't support batch updates with autogenerated keys