jpzwarte-activerecord-jdbc-adapter 0.9.2.3 → 0.9.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module TSqlMethods
6
6
  tp[:integer][:limit] = nil
7
7
  tp[:boolean] = {:name => "bit"}
8
8
  tp[:binary] = { :name => "image"}
9
- tp[:string] = { :name => "NVARCHAR" }
9
+ tp[:string][:name] = "NVARCHAR"
10
10
  tp[:text] = { :name => "NVARCHAR(MAX)" }
11
11
  tp
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module JdbcAdapter
2
2
  module Version
3
- VERSION = "0.9.2.3"
3
+ VERSION = "0.9.2.4"
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.3
4
+ version: 0.9.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini and JRuby contributors