1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters
Ryuta Kamizono a9be399553 Don't skip money's type cast for pluck and calculations
Returning `OID::Money` column type is accidentally skipped in a query
result due to the type is a subclass of `Type::Decimal`.

Fixes #40860.
2020-12-18 18:26:25 +09:00
..
mysql2 feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
postgresql Don't skip money's type cast for pluck and calculations 2020-12-18 18:26:25 +09:00
sqlite3 Fix preventing_writes for granular swapping 2020-11-17 11:21:11 -05:00