-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It looks QuestDB-Connect ignores the username parsed from the URL and always defaults to "admin".
This is caused by a wrong constant in our connect() function.
The line 94 should get() "user", not "username".
Reproducer
- Open hello_world.py and change the URL
("questdb://user:quest@localhost:8812/main") - Run the Hello World example
- Watch Connect to still use the
adminusername when connecting to QuestDB instead ofuseras specified in the URL.
Expected behaviour
The username from the URL should be used.
The fix is trivial, but I would send a PR with a fix, but I don't understand the test setup well enough to write a test for this.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
