You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avram::Database.transaction wants the transaction block to always return true. This is not documented, and is probably a left-over from when someone was designing how the user would roll back the transaction, perhaps returning false was considered for initiating a rollback. Obviously we have Avram::Database.rollback to do that today, so the transaction block should have its return value ignored.
The text was updated successfully, but these errors were encountered:
Avram::Database.transaction
wants the transaction block to always returntrue
. This is not documented, and is probably a left-over from when someone was designing how the user would roll back the transaction, perhaps returningfalse
was considered for initiating a rollback. Obviously we have Avram::Database.rollback to do that today, so the transaction block should have its return value ignored.The text was updated successfully, but these errors were encountered: