Skip to content

Releases: Sage/mysql_framework

v2.1.9

13 Feb 11:33
c2cff39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.8...v2.1.9

v2.1.8

29 Sep 08:01
25ced0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.7...v2.1.8

v2.1.7

28 Aug 07:39
96ff7c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.6...v2.1.7

v2.1.6

28 Aug 07:29
07f3157
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

21 Aug 08:50
0614eb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

12 Mar 15:56
3eb56ab
Compare
Choose a tag to compare

#40 Use a mutex in MysqlFramework::Connector#check_out and MysqlFramework::Connector#check_in.

v2.1.3

12 Mar 15:54
34c0f3a
Compare
Choose a tag to compare

#39 Ensure result.free is called when calling MysqlFramework::Connector#execute.

v2.1.2

10 Mar 07:08
d014476
Compare
Choose a tag to compare

#38 allow nil condition values for backwards compatibility

v2.1.1

08 Mar 09:50
2d02cd4
Compare
Choose a tag to compare

#37 Handle a nil client parameter in the MysqlFramework::Connector#check_in method.

v2.1.0

15 Dec 13:49
72f2407
Compare
Choose a tag to compare

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