duckdb / sqlite_scanner

DuckDB extension to read and write to SQLite databases
MIT License
189 stars 19 forks source link

Fix #44, #47, #53 #69

Closed Mytherin closed 8 months ago

Mytherin commented 8 months ago

Fix #44: correctly deal with DEFAULT value "" Fix #47: correctly handle all_varchar setting in tables attached with ATTACH Fix #53: parse BOOLEAN type as integer Supersedes #59, we adopt the test added from there in this PR as well