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 acb6001 commit 4ee579eCopy full SHA for 4ee579e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.2.13 (August 16th, 2011)
4
+* fix stupid bug around symbol encoding support (thanks coderrr!)
5
+
6
## 0.2.12 (August 16th, 2011)
7
* ensure symbolized column names support encodings in 1.9
8
* plugging sql vulnerability in mysql2 adapter
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.2.12"
+ VERSION = "0.2.13"
end
0 commit comments