Skip to content

Commit 130c257

Browse files
committed
update files for 0.2.11 release
1 parent b257097 commit 130c257

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.11 (June 17th, 2011)
4+
* fix bug in Time/DateTime range detection
5+
* (win32) fix bug where the Mysql2::Client object wasn't cleaned up properly if interrupted during a query
6+
* add Mysql2::Result#count (aliased as size) to get the row count for the dataset
7+
this can be especially helpful if you want to get the number of rows without having to inflate
8+
the entire dataset into ruby (since this happens lazily)
9+
310
## 0.2.10 (June 15th, 2011)
411
* bug fix for Time/DateTime usage depending on 32/64bit Ruby
512

lib/mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.2.10"
2+
VERSION = "0.2.11"
33
end

0 commit comments

Comments
 (0)