jpzwarte-activerecord-jdbc-adapter 0.9.2.2 → 0.9.2.3

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