[ 
https://issues.apache.org/jira/browse/DERBY-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746056#action_12746056
 ] 

Dag H. Wanvik commented on DERBY-4272:
--------------------------------------

I can't get the patch to compile in my sandbox (u4) without tweaking. It seems 
there are still Java 1.5 constructs being used.
I see the build.xml file in java/tools/org/apache/derby/impl/tools now 
specifies source level 1.5, but we need to move that back to 1.4.
But even with that setting it does not compile in my default sandbox (I run ant 
from the top level):



$ ant -q all
    [javac] 
/export/home/tmp/derby/sb/sb4/java/tools/org/apache/derby/impl/tools/dblook/graphs/DBPersistentObject.java:92:
 cannot find symbol
    [javac] symbol  : class Override
    [javac] location: class 
org.apache.derby.impl.tools.dblook.graphs.DBPersistentObject
    [javac]     @Override



> SQL Authorization Support for dblook
> ------------------------------------
>
>                 Key: DERBY-4272
>                 URL: https://issues.apache.org/jira/browse/DERBY-4272
>             Project: Derby
>          Issue Type: Improvement
>          Components: Tools
>         Environment: Any
>            Reporter: Hiranya Jayathilaka
>            Assignee: Hiranya Jayathilaka
>         Attachments: DERBY-4272-changes-u1.txt, DERBY-4272-changes-u2.txt, 
> DERBY-4272-changes-u3.txt, DERBY-4272-changes-u4.txt, DERBY-4272-u1.patch, 
> DERBY-4272-u2.patch, DERBY-4272-u3.patch, DERBY-4272-u4.patch, new.sql, 
> old.sql
>
>
> Currently dblook suffers from two major shortcomings.
> 1. dblook doesn't take the object dependencies into consideration when 
> generating DDL scripts
> 2. dblook doesn't have any support for SQL authorization
> I intend to fix these two issues and improve dblook so that the DDL scripts 
> generated by dblook can be executed without errors under all conditions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to