mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user