duckdb / sqlite_scanner

DuckDB extension to read and write to SQLite databases
https://duckdb.org/docs/extensions/sqlite
MIT License
208 stars 21 forks source link

Correctly fill IndexInfo in GetStorageInfo #48

Closed Mytherin closed 1 year ago

Mytherin commented 1 year ago

This allows the index info to be used during binding - which allows us to bind ON CONFLICT clauses and statements like INSERT OR IGNORE. Note that we don't yet implement ON CONFLICT in the SQLiteInsert method - but this brings us further along towards implementing that.