We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ca2e0 commit afb6cbaCopy full SHA for afb6cba
src/cs50/sql.py
@@ -43,6 +43,7 @@ def __init__(self, url, **kwargs):
43
if foreign_keys:
44
sqlalchemy.event.listen(self.engine, "connect", _connect)
45
else:
46
+
47
# Create engine, raising exception if back end's module not installed
48
self.engine = sqlalchemy.create_engine(url, **kwargs)
49
0 commit comments