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 95403d5 commit c74e090Copy full SHA for c74e090
tests/test_sqlalchemy.py
@@ -17,7 +17,7 @@
17
sqlalchemy_version = 1
18
19
psycopg2_engine = create_engine('postgresql+psycopg2://localhost/pgvector_python_test')
20
-pg8000_engine = create_engine(f'postgresql+pg8000://{os.environ['USER']}@localhost/pgvector_python_test')
+pg8000_engine = create_engine(f'postgresql+pg8000://{os.environ["USER"]}@localhost/pgvector_python_test')
21
engines = [psycopg2_engine, pg8000_engine]
22
23
if sqlalchemy_version > 1:
0 commit comments