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
When using the sqlachemy-utils.database_exists() function with PostgreSQL (I'm using version 17), when the database does not exist, the following error occurs:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 93: invalid continuation byte
The error occurs on line 488 of the "database.py" module:
When using the sqlachemy-utils.database_exists() function with PostgreSQL (I'm using version 17), when the database does not exist, the following error occurs:
The error occurs on line 488 of the "database.py" module:
And the solution for this error is to add the following exception in line 489:
Could someone please update the fix in the repository?
Thanks.
The text was updated successfully, but these errors were encountered: