Skip to content

Commit

Permalink
Add CHANGELOG entry for #41093 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 2, 2021
1 parent b801005 commit d013946
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
* Make destroy async transactional.

A active record rollback could occur while enqueuing a job. In this
case the job would enqueue even though the database deletion
rolledback putting things in a funky state.

Now the jobs are only enqueued until after the db transaction has been committed.

*Cory Gwin*


* Connection specification now passes the "url" key as a configuration for the
adapter if the "url" protocol is "jdbc", "http", or "https". Previously only
urls with the "jdbc" prefix were passed to the Active Record Adapter, others
Expand Down

0 comments on commit d013946

Please sign in to comment.