v2.1.0
#35 Ensure statements are closed after each query
NB MysqlFramework::Connector#execute
now calls #to_a
on the results of a query before returning it. The result is still an Enumerable
, so any impact from this change will hopefully be minimal.