Skip to content

Bug report: Constructing options string fails #15

@stedebonnet08

Description

@stedebonnet08

There is an issue where, when putting together the mysql - command, a space character is omitted between options, potentially making the whole options string invalid.
Inserting an additional space character in front of "\1" at line 117, i.e. "\1" -> " \1" fixed that, at least for me.

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