Skip to content

Types: Add support for BINARY columns and improve support for FLOATs #12

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Types: Improve support for FLOAT type, converging to FLOAT vs. DOUBLE

a8dc4ea
Select commit
Loading
Failed to load commit list.
Draft

Types: Add support for BINARY columns and improve support for FLOATs #12

Types: Improve support for FLOAT type, converging to FLOAT vs. DOUBLE
a8dc4ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 30, 2025 in 1s

46.66% of diff hit (target 81.53%)

View this Pull Request on Codecov

46.66% of diff hit (target 81.53%)

Annotations

Check warning on line 258 in src/sqlalchemy_cratedb/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/compiler.py#L258

Added line #L258 was not covered by tests

Check warning on line 277 in src/sqlalchemy_cratedb/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/compiler.py#L277

Added line #L277 was not covered by tests

Check warning on line 19 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 24 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 26 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L26

Added line #L26 was not covered by tests

Check warning on line 28 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L28

Added line #L28 was not covered by tests

Check warning on line 30 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L30

Added line #L30 was not covered by tests

Check warning on line 37 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 42 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L39-L42

Added lines #L39 - L42 were not covered by tests

Check warning on line 44 in src/sqlalchemy_cratedb/type/binary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sqlalchemy_cratedb/type/binary.py#L44

Added line #L44 was not covered by tests