SF Patch #1665400 Oracle schema changes for CLOB columns

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1761 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2007-04-05 15:35:38 +00:00
parent 5d4033bae9
commit 9b6c5729e4
4 changed files with 181 additions and 6 deletions

View File

@@ -43,6 +43,16 @@ for now. Note that with UTF-8 encoding that 4k could translate to 1300
characters worst-case (every character taking up 3 bytes is the worst case
scenario.)
==UPDATE 5 April 2007==
CLOBs are now used as follows:
MetadataValue:text_value
Community:introductory_text
Community:copyright_text
Collection:introductory_text
Collection:license
Collection:copyright_text
== ==
DatabaseManager had to have some of the type checking changed, because Oracle's
JDBC driver is reporting INTEGERS as type DECIMAL.