jpzwarte-activerecord-jdbc-adapter 0.9.2.5 → 0.9.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module TSqlMethods
7
7
  tp[:boolean] = {:name => "bit"}
8
8
  tp[:binary] = { :name => "image"}
9
9
  tp[:string][:name] = "NVARCHAR"
10
- tp[:string][:limit] = [tp[:string][:limit], 4000].max
10
+ tp[:string][:limit] = [tp[:string][:limit], 4000].min
11
11
  tp[:text] = { :name => "NVARCHAR(MAX)" }
12
12
  tp
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module JdbcAdapter
2
2
  module Version
3
- VERSION = "0.9.2.5"
3
+ VERSION = "0.9.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpzwarte-activerecord-jdbc-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2.5
4
+ version: 0.9.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini and JRuby contributors