-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c/driver/sqlite: ADBC_INGEST_OPTION_MODE_REPLACE is an "Invalid statement option" #1355
Closed
Tracked by
#1490
Milestone
Comments
nbenn
changed the title
c/driver/sqlite: `ADBC_INGEST_OPTION_MODE_REPLACE is an "Invalid statement option"
c/driver/sqlite: Dec 15, 2023
ADBC_INGEST_OPTION_MODE_REPLACE
is an "Invalid statement option"
nbenn
changed the title
c/driver/sqlite:
c/driver/sqlite: ADBC_INGEST_OPTION_MODE_REPLACE is an "Invalid statement option"
Dec 15, 2023
ADBC_INGEST_OPTION_MODE_REPLACE
is an "Invalid statement option"
It's not in my time budget for the foreseeable future. Maybe Dewey or Matt could chime in. |
26 tasks
I'll tackle this and similar issues in #1603 or soon after |
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 14, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 15, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 19, 2024
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As this was only added in 1.1.0, I assume this means that the SQLite Driver is not on 1.1.0 yet. Is there a rough eta on that?
In oder to have behavior that is conditional on driver API version, is there a way for getting this info pre 1.1.0? I assume that with addition of
ADBC_INFO_DRIVER_ADBC_VERSION
in 1.1.0, this'd be the way going forward.ADBC_INFO_DRIVER_VERSION
for SQLite currently is "(unknown)", but I assume this (given the addition ofADBC_INFO_DRIVER_ADBC_VERSION
), this is intended to hold yet another version number.arrow-adbc/c/driver/sqlite/sqlite.c
Lines 416 to 420 in 9544887
The text was updated successfully, but these errors were encountered: