Skip to content

Commit

Permalink
docfix: fixing comment about autoCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonredfern committed Nov 8, 2023
1 parent dd90d1e commit 1c6a11c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CustomDBVendor(driverName: String,
if(maxLifetime.isDefined){
config.setMaxLifetime(maxLifetime.head)
}
//Liftweb DB.scala will set all the new connections to false, so here we set default to false - Hmm, check this comment!
//Liftweb DB.scala will set all the new connections to false, so here we set default to false
val autoCommitValue: Boolean = false
config.setAutoCommit(autoCommitValue)
logger.info(s"We set HikariDatasource config.setAutoCommit=$autoCommitValue")
Expand Down

0 comments on commit 1c6a11c

Please sign in to comment.