Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Date decoder to the pg adapter to type cast dates
at the connection level Fix rails#51448 Type cast columns of type `date` to ruby `Date` when running a raw query through `ActiveRecord::Base.connection.select_all`.
- Loading branch information