Description
Internal storage XML 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.