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

Consequently use user name as default database #47

Open
thomasstorm opened this issue Nov 9, 2022 · 0 comments
Open

Consequently use user name as default database #47

thomasstorm opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thomasstorm
Copy link
Contributor

The default database should be the user name. This is stored in the property self.database, so the code assigning a local database-variable should read database = database or self.database. In most cases, this has been implemented correctly, however, there are quite some occurrences of database = database or self._database.

@thomasstorm thomasstorm added the bug Something isn't working label Nov 9, 2022
@thomasstorm thomasstorm self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant