Skip to content

Commit

Permalink
add additional comments #196
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Joshi authored and zanieb committed Jul 26, 2023
1 parent 77d26bc commit feaf71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databases/backends/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class SQLitePool:
def __init__(self, url: DatabaseURL, **options: typing.Any) -> None:
self._database = url.database
self._memref = None
# add query params to database connection string
if url.options:
self._database += "?" + urlencode(url.options)
self._options = options
Expand Down

0 comments on commit feaf71f

Please sign in to comment.