Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow doesn't show databases for sqldb.NewDatabase(...), only for sqldb.Named(...) #883

Closed
HectorMalot opened this issue Sep 7, 2023 · 1 comment
Assignees

Comments

@HectorMalot
Copy link
Contributor

Hi,
I think I found a minor bug in the flow visualisation of databases. It shows the database icon on all services where I used sqldb.Named(...) to define the database (I think this was the original syntax before it became reference only) and doesn't show the database icon for services where the database is defined with sqldb.NewDatabase(...). Was able to confirm this across multiple applications in both the local and cloud dashboard.

@eandre
Copy link
Member

eandre commented Sep 12, 2023

Thanks @HectorMalot, this should be resolved now!

@eandre eandre closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants