Skip to content

v0.260523.155437

Choose a tag to compare

@kajitiluna kajitiluna released this 23 May 07:58
65c3b16

Added

  • Comment style options for DDL export:

    When exporting DDL, you can now choose how comments are generated for tables and columns.

    • Logical Name (default): Uses only the logical name as a comment. This matches the previous behavior.
    • Logical Name + Description: Combines the logical name and description into a single comment,
      joined by a configurable separator string.

    The separator can be freely customized in the export dialog.
    The Comment Style selector and separator input are enabled only when the "Comments" option is checked.

What's Changed

Full Changelog: github-page/2026/05/v0.260521.233919...github-page/2026/05/v0.260523.155437