mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.0 to HEAD (Derby fixes)
11315: Fixed ETHREEOH-283: Query for User Usages fixed for 3.0 schema 11421: Fix "ORA-00911: invalid character" (on second startup when using Oracle) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11828 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -530,7 +530,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
|
||||
try
|
||||
{
|
||||
ResultSet rs = stmt.executeQuery(
|
||||
"select min(applied_to_schema) from alf_applied_patch where applied_to_schema > -1;");
|
||||
"select min(applied_to_schema) from alf_applied_patch where applied_to_schema > -1");
|
||||
if (!rs.next())
|
||||
{
|
||||
// Nothing in the table
|
||||
|
Reference in New Issue
Block a user