afair / postgresql_cursor

ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set
MIT License
599 stars 48 forks source link

FIX #40: Handle enum attributes while instantiating rows #48

Closed prashantvithani closed 4 years ago

prashantvithani commented 4 years ago

This commit lets ActiveRecord handle the column_types which seems to handle enum attributes correctly.