Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance auto generated settings #3250

Open
gingerwizard opened this issue Feb 12, 2025 · 1 comment
Open

Enhance auto generated settings #3250

gingerwizard opened this issue Feb 12, 2025 · 1 comment
Labels

Comments

@gingerwizard
Copy link
Contributor

SELECT
    version,
    (arrayJoin(changes) AS change).1 AS setting,
    change.2 AS from,
    change.3 AS to,
    change.4 AS desciption
FROM system.settings_changes
WHERE (version >= '24.4') AND (version <= '24.8')
FORMAT TSV

We can add infor on when a setting was introduced AND when its default changed.

@Blargian we need to think about rendering and work with @crisalbu but we want to show this information

@crisalbu
Copy link

Happy to help but I'd need more context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants