Closed thom-oman closed 3 years ago
As part of https://github.com/gocardless/statesman/pull/421 we changed db_null in the AR adapter to type cast nil. This breaks for Postgres databases that have a nullable most_recent column.
db_null
nil
most_recent
Fixes: https://github.com/gocardless/statesman/issues/424
The pending specs are for the old rails master, but rails has switched to 'main' and they're still hanging around, will be fine in future PRs
As part of https://github.com/gocardless/statesman/pull/421 we changed
db_null
in the AR adapter to type castnil
. This breaks for Postgres databases that have a nullablemost_recent
column.Fixes: https://github.com/gocardless/statesman/issues/424