Skip to content

Conversation

@lidavidm
Copy link
Member

  • Support target catalog/schema options for ingestion
  • Fix escaping in SQLite, PostgreSQL

Fixes #1000.

- Support target catalog/schema options for ingestion
- Fix escaping in SQLite, PostgreSQL

Fixes apache#1000.
@lidavidm lidavidm added this to the ADBC Libraries 0.7.0 milestone Sep 12, 2023
@lidavidm lidavidm merged commit db39236 into apache:main Sep 12, 2023
@lidavidm lidavidm deleted the gh-1000 branch September 12, 2023 19:40
@alexander-beedie
Copy link

alexander-beedie commented Sep 26, 2023

Hmm; was trying to integrate these changes into our write_database functionality, but tests are showing that while SQLite can now be made to work, I'm unable to write into anything other than the public schema for PostgreSQL, irrespective of the value of db_schema_name 🤔

I'll create an issue with a fresh example.

Update: see #1109.

paleolimbot pushed a commit that referenced this pull request Jan 5, 2026
These experimental options were added to the C and Python bindings in
#1056, but were not exposed in the R bindings, so they are added now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

c/driver/sqlite: Use of implicit "main" schema and/or table names that require quoting broken for SQLite in 0.6.x

2 participants