We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01e3883 + 7a63540 commit 5c4a74fCopy full SHA for 5c4a74f
1 file changed
doc/build/glossary.rst
@@ -37,7 +37,7 @@ Glossary
37
from sqlalchemy.orm import sessionmaker
38
39
40
- engine = create_engine("mysql://user:pass:host/dbname", future=True)
+ engine = create_engine("mysql://user:pass@host/dbname", future=True)
41
Session = sessionmaker(bind=engine, future=True)
42
43
**ORM Queries in 2.0 style**
0 commit comments