querymx / querym

Querym is free, open-source and cross-platform MySQL and PostgreSQL GUI client.
https://querym.net/
GNU General Public License v3.0
94 stars 28 forks source link

[Bug]: select autocomplete user table give user database. #181

Closed Chhunneng closed 11 months ago

Chhunneng commented 12 months ago

👟 Reproduction steps

In Database have table user and USER of the Database. but when query give only result of Database USER

Screenshot 2023-10-23 at 14 45 30 Screenshot 2023-10-23 at 14 45 52 Screenshot 2023-10-23 at 14 51 23

👍 Expected behavior

when selecting the user table from autocomplete should be SELECT * FROM public."user" instead of SELECT * FROM user

👎 Actual Behavior

Maybe this one is not a bug but just improves the behavior of autocomplete

Screenshot 2023-10-23 at 14 45 30 Screenshot 2023-10-23 at 15 02 07
invisal commented 12 months ago

Thanks for reporting. I will look into it and see what I can improve.

invisal commented 11 months ago

I have fixed this problem. It should be available on next release (expected to be next week, 30th October 2023) with other auto complete improvement.