jpzwarte-activerecord-jdbc-adapter 0.9.2.1 → 0.9.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ 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
10
  tp
10
11
  end
11
12
 
@@ -1,5 +1,5 @@
1
1
  module JdbcAdapter
2
2
  module Version
3
- VERSION = "0.9.2.1"
3
+ VERSION = "0.9.2.2"
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.1
4
+ version: 0.9.2.2
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-11-11 00:00:00 +01:00
12
+ date: 2009-12-03 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15