[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:
Ben Bosman
2011-02-24 12:47:00 +00:00
parent e27e8cd393
commit 682fa9b5bf
2 changed files with 2 additions and 3 deletions

View File

@@ -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));

View File

@@ -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