Merge: StatementRow::map
authorJean Privat <jean@pryen.org>
Wed, 7 Sep 2016 01:25:27 +0000 (21:25 -0400)
committerJean Privat <jean@pryen.org>
Wed, 7 Sep 2016 01:25:27 +0000 (21:25 -0400)
I thought this was lacking from the API, so now when dealing with a StatementRow, one can get a map from column name to column value.

NOTE: This is not lazy since Sqlite re-uses the StatementRow for each row returned when a select statement is sent to the database.

Pull-Request: #2308
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge