lidavidm commented on issue #1000: URL: https://github.com/apache/arrow-adbc/issues/1000#issuecomment-1697463746
Ah, we started quoting the table name and columns for you because of #905. But we didn't quote it in the `INSERT`, only in the `CREATE` (d'oh). We should fix that. However, that leaves question of how to handle the catalog name ambiguous. Right now we would create a table `"main.test_data"`. The next release will add functions to explicitly set/get the 'active' catalog/schema, but the SQLite driver doesn't implement all that (and I don't really plan on implementing it for the time being: see #924). Or I suppose we could try to parse this out for you, but then there wouldn't be a way to actually make a table called `"main.test_data"` if you wanted to... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
