Skip to content

Commit 2fe6553

Browse files
committed
Test TinyTDS 0.6.0.
1 parent 85ff46d commit 2fe6553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3232
end
3333

@@ -38,7 +38,6 @@ end
3838
group :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'

0 commit comments

Comments
 (0)