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 3ea46e0 commit b2ce41aCopy full SHA for b2ce41a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.12 (August 16th, 2011)
4
+* ensure symbolized column names support encodings in 1.9
5
+* plugging sql vulnerability in mysql2 adapter
6
+
7
## 0.2.11 (June 17th, 2011)
8
* fix bug in Time/DateTime range detection
9
* (win32) fix bug where the Mysql2::Client object wasn't cleaned up properly if interrupted during a query
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.2.11"
+ VERSION = "0.2.12"
end
0 commit comments