crate / crate/sqlalchemy-cratedb

SQLParseException[Cannot find data type: blob]

Open
#205 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9
Forks
4
Avg merge
6d 12h
Merged PRs (30d)
3

Description

## Problem
When using `DataType.BINARY: sa.LargeBinary()`, it gets mapped to SQL's `BLOB`.
```sql
CREATE TABLE tester.all_types (
"binary" BLOB
)
```

```python
Exception calling application: (crate.client.exceptions.ProgrammingError) SQLParseException[Cannot find data type: blob]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.