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:
Derek Hulley
2008-11-10 13:17:03 +00:00
parent 277a814c2a
commit 9451780b51
5 changed files with 58 additions and 27 deletions

View File

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