oracle-enhanced-enhanced 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -10,6 +10,7 @@ Add this gem to your project and it will override the following defaults:
10
10
 
11
11
  * sequences will be created with the +start_value+ options: <tt>1 NOCACHE ORDER</tt>
12
12
  * +cache_columns+ is set to +true+, saving loads in terms of data dictionary lookups (but requiring a restart if you change a table)
13
+ * primary key columns will be created as NUMBER(12) instead of NUMBER(38)
13
14
  * +TEXT+ fields are stored as <tt>VARCHAR2(4000)</tt> instead of +CLOB+
14
15
 
15
16
  === Converting CLOB Columns to VARCHAR2
@@ -1,7 +1,7 @@
1
1
  module Oracle
2
2
  module Enhanced
3
3
  module Enhanced
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oracle-enhanced-enhanced
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve Lamotte