oracle-enhanced-enhanced 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -0
- data/lib/oracle-enhanced-enhanced/version.rb +1 -1
- metadata +3 -3
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
|
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 5
|
10
|
+
version: 0.1.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steve Lamotte
|