pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Dont fetch column names for every row. #5

Closed pharo-todd closed 4 years ago

pharo-todd commented 4 years ago

Just fetch the column names once in the cursor and hand them to the row. Saves space and time. Also added values to Row as it is the only missing method to match garage's row protocol.

PierceNg commented 4 years ago

Issue didn't auto-close... Closing it manually.