[ 
https://issues.apache.org/jira/browse/FTPSERVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618452#action_12618452
 ] 

Niklas Gustavsson commented on FTPSERVER-60:
--------------------------------------------

Additional commit:
svn commit "/media/big/home/svn/apache/ftpserver-trunk/core" 
"/media/big/home/svn/apache/ftpserver-trunk/distribution" -m "Replacing UID 
with USERID to make the DbUserManager work on Oracle (FTPSERVER-60 & 
FTPSERVER-142)" --username "ngn"
        M 
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/command/SITE_DESCUSER.java
        M 
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/BaseUser.java
        M 
/media/big/home/svn/apache/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/usermanager/DbUserManagerTest.java
        M 
/media/big/home/svn/apache/ftpserver-trunk/core/src/test/resources/dbusermanagertest-hsql.sql
        M 
/media/big/home/svn/apache/ftpserver-trunk/distribution/res/conf/ftpd-full.xml
          Transmitting file data: 
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/command/SITE_DESCUSER.java
          Transmitting file data: 
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/BaseUser.java
          Transmitting file data: 
/media/big/home/svn/apache/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/usermanager/DbUserManagerTest.java
          Transmitting file data: 
/media/big/home/svn/apache/ftpserver-trunk/core/src/test/resources/dbusermanagertest-hsql.sql
          Transmitting file data: 
/media/big/home/svn/apache/ftpserver-trunk/distribution/res/conf/ftpd-full.xml
Committed revision 681159

> Problems with ColumnName UID on Oracle Database
> -----------------------------------------------
>
>                 Key: FTPSERVER-60
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-60
>             Project: FtpServer
>          Issue Type: Wish
>    Affects Versions: 1.0-M1
>         Environment: Oracle 9 Database on Linux OS
>            Reporter: Dieter Lamberty
>            Assignee: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M2
>
>
> We had a problem creating the user table on an Oracle 9 Database. When we 
> tried it, we got a message saying that UID is not allowed as ColumnName. We 
> changed the code to use UserId as Columnname and everything works fine.
> Is it possible to change the database schema that way or, even better, let 
> the user configure (using the property file) which name for which column? 
> This shouldn't be a big problem to implement but would help us a lot and the 
> second choice also has no side effects as the current names could be used.

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