You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (Jira)" <ji...@apache.org> on 2019/09/03 07:57:00 UTC

[jira] [Updated] (CAY-2600) Modeler DbImport: Can't retrieve schema for databases with no catalog support

     [ https://issues.apache.org/jira/browse/CAY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev updated CAY-2600:
---------------------------------
    Component/s: Modeler

> Modeler DbImport: Can't retrieve schema for databases with no catalog support
> -----------------------------------------------------------------------------
>
>                 Key: CAY-2600
>                 URL: https://issues.apache.org/jira/browse/CAY-2600
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Modeler
>    Affects Versions: 4.1.B2
>            Reporter: Andrus Adamchik
>            Assignee: Arseni Bulatski
>            Priority: Major
>             Fix For: 4.1.B3, 4.2.M1
>
>
> I am trying to db-import model for Hana DB. DB Import itself ("Run Import" button) works, if I manually add all the settings. However "Refresh DB Schema" button results in an empty schema. 
> The cause of it seems to be the implementation of DatabaseSchemaLoader.load method. It looks for catalogs, and if none found, returns an empty result. Hana does not support catalogs, but supports schemas. And we need to support this case.
> I guess in general we need to support all combinations of schema and catalog presence across different databases:
> 1. Schema and Catalog (?)
> 2. Catalog only (MySQL)
> 3. Schema only (Hana ... who else?)
> 4. No schema or catalog (any DBs like this?)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)