Skip to content

Ivy interferes with sql-connect command #1112

Description

@glucas

At some point a change in ivy introduced a problem when trying to use the sql-connect command. The problem has been reported on Emacs StackExchange: the completion cannot find a match regardless of the available set of connections and the input text.

This was working fine in the past, but I don't recall when I first saw the problem appear.

Think I can boil the test case down to this:

(completing-read "Connection: " '("test") nil t nil nil '(nil) nil)

When I have ivy-mode on, this call won't let me complete 'test'. If I turn off ivy-mode, completion of 'test' works. It seems like the issue may be the DEF argument -- replacing that with nil works.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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