Continuum

datamanagement-cli must support more db

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-3
  • Fix Version/s: 1.1-beta-4
  • Component/s: Data Management
  • Labels:
    None
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

Description

only derby DB is supported for now

Activity

Hide
Damien Lecan added a comment - - edited

Here is a patch to support other databases than Derby.

I added 6 parameters :

-driverClass [String] JDBC driver class
-groupId [String] JDBC driver groupId
-artifactId [String] JDBC driver artifactId
-artifactVersion [String] Artifact version of the JDBC driver class
-username [String] Username
-password [String] Password

They have to be provided if OTHER databaseType is used

Show
Damien Lecan added a comment - - edited Here is a patch to support other databases than Derby. I added 6 parameters : -driverClass [String] JDBC driver class -groupId [String] JDBC driver groupId -artifactId [String] JDBC driver artifactId -artifactVersion [String] Artifact version of the JDBC driver class -username [String] Username -password [String] Password They have to be provided if OTHER databaseType is used
Hide
Emmanuel Venisse added a comment -

Applied. Thanks.

Show
Emmanuel Venisse added a comment - Applied. Thanks.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: