Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[BUG] Look for table ... returns all tables from all databases #15

Closed michaelnguyen2021 closed 5 years ago

michaelnguyen2021 commented 5 years ago

Describe the bug Look for Table... search field should restrict to tables of selected Database

To Reproduce Steps to reproduce the behavior:

  1. Select a database
  2. search table name in the search field

Expected behavior Should only display tables belong to the selected database

Screenshots

Screen Shot 2019-07-08 at 12 07 20 PM

Desktop (please complete the following information):

Smartphone (please complete the following information): n/a

Additional context Add any other context about the problem here.

QuintenJustus commented 5 years ago

That’s not a bug. That’s supposed to happen, it’s a feature to search for any table in any database.

michaelnguyen2021 commented 5 years ago

I see, thanks