Skip to content

Support multiple databases? #1142

@Shu-Ji

Description

@Shu-Ji
mycli> USE db1
mycli> SELECT * FROM db1.tb1 t1  JOIN db2.tb2 t2 ON t1.<cursor_1>= t2.<cursor_2>

cursor_1 can auto complete, but cursor_2 nothing shows.

mycli> SELECT * FROM <cursor_3>

cursor_3 doesn't show anything about my databases, mycli just show the table name from my connection( mycli mysql://user:pwd@127.0.0.1:3306/db_dev)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions