ESI-FAR / Mopo-arrow_sqlite

Getting to know pyarrow and SQlite
0 stars 0 forks source link

ADBC can't read Spine database #2

Open OleMussmann opened 1 year ago

OleMussmann commented 1 year ago

The Spine database uses FOREIGN KEY in its schema. ADBC does not seem to know how to handle that (yet).

Reported upstream at https://github.com/apache/arrow-adbc/issues/936