Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Sep 29, 2023
1 parent 393893e commit 9d7d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/BL_Python/database/engine/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def create(
Create a new session factory for SQLite.
"""
poolclass: type[Pool] | None = None
# if the connection string is an SQLite in-memory database
# if the connection string is a SQLite in-memory database
# then make SQLAlchemy maintain an static pool of "connections"
# so that the in-memory database is not deallocated. Otherwise,
# the database would disappear when a thread is done with it.
Expand Down

0 comments on commit 9d7d2a3

Please sign in to comment.