You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/10 01:55:18 UTC

[GitHub] [incubator-dolphinscheduler] nauu opened a new issue #1425: [Enhancement] JDBC class driver are duplicate define in Constants, We can only use one of them.

nauu opened a new issue #1425: [Enhancement] JDBC class driver are duplicate define in Constants, We can only use one of them.
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1425
 
 
   **Describe**
   
   JDBC class driver are duplicate define in Constants.java ,such as:
   
   ```
   public static final String JDBC_POSTGRESQL_CLASS_NAME = "org.postgresql.Driver";
   
   and
   
   public static final String ORG_POSTGRESQL_DRIVER = "org.postgresql.Driver";
   ```
   There are same effect, We can only use one of them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services