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

[FIX] Tables with same name in different databases #35

Closed QuintenJustus closed 5 years ago

QuintenJustus commented 5 years ago

When selecting a table, in a database underneath another database, that has a table with the same name, the first table is marked as active (meaning it gets a different text-color etc.). Meaning if the wrong database.table is marked as active.

Possible solutions

Note: when you're taking up this issue please leave a comment below to let the other users know!

James-N-M commented 5 years ago

I'll take this issue up @QuintenJustus 💯

James-N-M commented 5 years ago

Thanks for assigning me I plan on starting this tomorrow morning

James-N-M commented 5 years ago

I'm confused about what the issue actually is, it seems the functionality to highlight the active table name is gone. So does the error occur even if they are one or more databases away from each other

QuintenJustus commented 5 years ago

Closing now, see #61 for more information.