Skip to content

Commit

Permalink
A -> An [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Feb 2, 2021
1 parent d013946 commit 438b50d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
* Make destroy async transactional.

A active record rollback could occur while enqueuing a job. In this
An 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 438b50d

Please sign in to comment.