crate / crate/sqlalchemy-cratedb
SQLParseException[Cannot find data type: blob]
Open
- 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
Assessment
This issue has not been assessed yet.