File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22* 3.2.13 *
33
4+ * Test TinyTDS 0.6.0.
45* Fixed the unit tests due to changes in ActiveRecord that removes blank config values.
56* Fixed explain tests that were failing due to changes in ExplainSubscriber, cause was regex
67* Fixed change_column to update existing table column rows with new default value if there are any NULL values
7- and the column does not accept nulls
8+ and the column does not accept nulls
89* Fixed change_column to drop and add indexes if the colun type is changes
910* Fixed string_to_binary and binary_to_string in some cases where the binary data is not UTF-8
1011* Fixing generating profile report to create output dir if needed, and code change for printing report
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ group :tinytds do
2727 if ENV [ 'TINYTDS_SOURCE' ]
2828 gem 'tiny_tds' , :path => ENV [ 'TINYTDS_SOURCE' ]
2929 else
30- gem 'tiny_tds' , '0.5.1 '
30+ gem 'tiny_tds' , '~> 0.6.0 '
3131 end
3232end
3333
3838group :development do
3939 gem 'bcrypt-ruby' , '~> 3.0.0'
4040 gem 'bench_press'
41- gem 'm'
4241 gem 'mocha' , '0.14.0'
4342 gem 'nokogiri'
4443 gem 'rake' , '~> 0.9.2'
You can’t perform that action at this time.
0 commit comments