You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (Jira)" <ji...@apache.org> on 2020/02/05 16:57:00 UTC

[jira] [Created] (SYNCOPE-1540) Make internal storage export DBMS independent

Francesco Chicchiriccò created SYNCOPE-1540:
-----------------------------------------------

             Summary: Make internal storage export DBMS independent
                 Key: SYNCOPE-1540
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1540
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 2.1.6, 3.0.0


[Internal storage XML export|http://syncope.apache.org/docs/2.1/reference-guide.html#export] is an appreciated feature allowing developers to port configuration across environments.

Unfortunately, the generated XML is DBMS-dependent - meaning that H2 outputs table and column names all uppercase, PostgreSQL all lowercase and so on.

This makes the exported XML document not immediately portable across different databases and manual edits are often needed.

Note that the XML documents in the source tree (used for internal storage bootstrap= do not suffer from such a limitation, hence we should ensure that export feature generates following the same conventions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)