Skip to content

`ubcli generateDDL` now recognize new properties `lobParameters` and `indexTablespace` of Database connection config

Pavlo Mashliakovskiy requested to merge feat/tablespaces into master

ubcli generateDDL now recognize new properties lobParameters and indexTablespace of Database connection config (items of ubConfig.application.connections).

These optional properties are used to place newly added *LOB columns and indexes into predefined (manually created) tablespaces\filegroups - mostly for performance tuning of big databases.

Options are ignored in case UB server version is < 5.24.15

Merge request reports