Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialect: Add support for asyncpg and psycopg3 drivers #11

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add support for `psycopg` and `asyncpg` drivers

bebbf07
Select commit
Loading
Failed to load commit list.
Draft

Dialect: Add support for asyncpg and psycopg3 drivers #11

Add support for `psycopg` and `asyncpg` drivers
bebbf07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 1, 2024 in 0s

89.23% of diff hit (target 81.50%)

View this Pull Request on Codecov

89.23% of diff hit (target 81.50%)

Annotations

Check warning on line 248 in src/sqlalchemy_cratedb/dialect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect.py#L248

Added line #L248 was not covered by tests

Check warning on line 253 in src/sqlalchemy_cratedb/dialect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect.py#L253

Added line #L253 was not covered by tests

Check warning on line 417 in src/sqlalchemy_cratedb/dialect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect.py#L417

Added line #L417 was not covered by tests

Check warning on line 57 in src/sqlalchemy_cratedb/dialect_more.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect_more.py#L57

Added line #L57 was not covered by tests

Check warning on line 60 in src/sqlalchemy_cratedb/dialect_more.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect_more.py#L60

Added line #L60 was not covered by tests

Check warning on line 63 in src/sqlalchemy_cratedb/dialect_more.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect_more.py#L63

Added line #L63 was not covered by tests

Check warning on line 66 in src/sqlalchemy_cratedb/dialect_more.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/dialect_more.py#L66

Added line #L66 was not covered by tests