apache / apache/arrow-adbc

c/driver/sqlite: Column type is always int64 with empty table

Open
#581 18 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
627
Forks
217
Avg merge
17h
Merged PRs (30d)
57

Description

With the following SQL, the SQLite driver returns `number:int64, string:int64` schema not `number:int64, string:string` schema:

```sql
CREATE TABLE data (number int, string text);
SELECT * FROM data;
```

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.