Skip to content

Commit 9e842aa

Browse files
committed
Fix for #56
1 parent 123eccb commit 9e842aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/firebird/driver/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,6 +2398,7 @@ def create_database(database: str | Path, *, user: str | None=None, password: st
23982398
if isinstance(database, Path):
23992399
database = str(database)
24002400
db_config: DatabaseConfig = driver_config.get_database(database)
2401+
dsn: str | None = None
24012402
if db_config is None:
24022403
db_config = driver_config.db_defaults
24032404
srv_config = driver_config.server_defaults

0 commit comments

Comments
 (0)