rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.07k stars 161 forks source link

Delegate args for transaction calls #584

Closed ianks closed 4 years ago

ianks commented 4 years ago

Currently, rom-repository does not pass arguments to the gateway. This makes it harder to use useful features such as savepoints.

With this patch, all args are forwarded to the gateway for ROM::Repository#transaction calls.