c/driver/sqlite: Column type is always int64 with empty table
Open
- 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
Assessment
This issue has not been assessed yet.