Commit 4935931 1 parent 554837a commit 4935931 Copy full SHA for 4935931
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 0.2.2 (August 19th, 2010)
4
+ * Change how AR adapter would send initial commands upon connecting
5
+ ** we can make multiple session variable assignments in a single query
6
+ * fix signal handling when waiting on queries
7
+ * retry connect if interrupted by signals
8
+
3
9
## 0.2.1 (August 16th, 2010)
4
10
* bring mysql2 ActiveRecord adapter back into gem
5
11
Original file line number Diff line number Diff line change 11
11
#
12
12
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
13
13
module Mysql2
14
- VERSION = "0.2.1 "
14
+ VERSION = "0.2.2 "
15
15
end
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{mysql2}
8
- s . version = "0.2.1 "
8
+ s . version = "0.2.2 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Brian Lopez" ]
12
- s . date = %q{2010-08-16 }
12
+ s . date = %q{2010-08-19 }
13
13
s . email = %q{seniorlopez@gmail.com}
14
14
s . extensions = [ "ext/mysql2/extconf.rb" ]
15
15
s . extra_rdoc_files = [
You can’t perform that action at this time.
0 commit comments