You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional fixes for PG::Result#values and #column_values.
- Revert the row-building loop of Result#values to use the heap, too.
- Use the heap for building #column_values, too.
Props to Lars Kanis for figuring out the problem.
Refs #135, #136, #138.
0 commit comments