You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The default database should be the user name. This is stored in the property
self.database
, so the code assigning a localdatabase
-variable should readdatabase = database or self.database
. In most cases, this has been implemented correctly, however, there are quite some occurrences ofdatabase = database or self._database
.The text was updated successfully, but these errors were encountered: