Skip to content

v2.1.0

Compare
Choose a tag to compare
@ianoxley ianoxley released this 15 Dec 13:49
· 35 commits to master since this release
72f2407

#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.