Skip to content

Parameters list for https://sqlformat.darold.net/ #393

@ivanievlev

Description

@ivanievlev

How can I get .conf file for the site version?
Problem is that I can't achieve splitting Insert VALUES in local version with any combination of parameters, but it looks cool in web version.

Input:
INSERT INTO cashback_categories (name)
VALUES ('string one'), ('string two'), ('string three')
ON CONFLICT (name)
DO NOTHING;

Desired Output:
INSERT INTO cashback_categories (name)
VALUES
('string one'),
('string two'),
('string three')
ON CONFLICT (name)
DO NOTHING;

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions