We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257097 commit 130c257Copy full SHA for 130c257
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
+
10
## 0.2.10 (June 15th, 2011)
11
* bug fix for Time/DateTime usage depending on 32/64bit Ruby
12
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.2.10"
+ VERSION = "0.2.11"
end
0 commit comments