Skip to content

Commit

Permalink
Merge pull request #2106 from fanf/bug_14056/change_request_cannot_be…
Browse files Browse the repository at this point in the history
…_created_couldn_t_find_newly_created_entry_when_saving_change_request

Fixes #14056: Change request cannot be created -  "Couldn't find newly created entry when saving Change Request"
  • Loading branch information
fanf committed Jan 2, 2019
2 parents 1dde37c + 7664b56 commit c055c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class RudderDatasourceProvider(
config.setUsername(username)
config.setPassword(password)
config.setMaximumPoolSize(if(maxPoolSize < 1) 1 else maxPoolSize)
config.setAutoCommit(false)
config.setAutoCommit(true) //this is needed in Rudder 4.1, see #14056

//set parameters to test for dead connection
//not sure we need that, since we use JDBC4 driver, see:
Expand Down

0 comments on commit c055c4f

Please sign in to comment.