mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-823] DatabaseManager Oracle compliance
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6091 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1102,6 +1102,7 @@ public class DatabaseManager
|
||||
break;
|
||||
|
||||
case Types.INTEGER:
|
||||
case Types.NUMERIC:
|
||||
if (isOracle)
|
||||
{
|
||||
long longValue = results.getLong(i);
|
||||
@@ -1120,7 +1121,6 @@ public class DatabaseManager
|
||||
}
|
||||
break;
|
||||
|
||||
case Types.NUMERIC:
|
||||
case Types.DECIMAL:
|
||||
case Types.BIGINT:
|
||||
row.setColumn(name, results.getLong(i));
|
||||
|
@@ -30,9 +30,8 @@ found online at: https://wiki.duraspace.org/display/DSPACE/DSpaceContributors
|
||||
|
||||
(Ben Bosman)
|
||||
- [DS-808] jqueryUI javascript gets imported without corresponding CSS
|
||||
|
||||
(Ben Bosman)
|
||||
- [DS-809] Support for empty dc.abstract dim field in Internet Explorer
|
||||
- [DS-823] DatabaseManager Oracle compliance
|
||||
|
||||
(Stuart Lewis, Kim Shepherd)
|
||||
- [DS-806] Item.match() incorrect logic for schema testing
|
||||
|
Reference in New Issue
Block a user