Skip to content

Commit 9d171fe

Browse files
committed
Added comment [skip ci]
1 parent b7bc8ca commit 9d171fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_sqlmodel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
engine = create_engine('postgresql+psycopg2://localhost/pgvector_python_test')
99
with Session(engine) as session:
10+
# typing issue
11+
# https://github.com/fastapi/sqlmodel/issues/909
12+
# https://github.com/fastapi/sqlmodel/pull/1657
1013
session.exec(text('CREATE EXTENSION IF NOT EXISTS vector')) # type: ignore
1114

1215

0 commit comments

Comments
 (0)