-
Notifications
You must be signed in to change notification settings - Fork 99
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
refactor(c/driver/sqlite): port to driver base #1603
Conversation
5b523ef
to
eedb44a
Compare
TODOs
|
2dcfc83
to
64a2075
Compare
5b43bc3
to
b03397f
Compare
I'm still squashing a few CI issues and need to fill in some docs/comments/TODOs but overall this is ready. |
b03397f
to
1225eb2
Compare
Hmm, clang doesn't like the |
f1ecfc0
to
e1d27c7
Compare
@paleolimbot do you have any idea what's going on with Windows?
The only thing I can think of is that maybe it should be linking with |
I can do a checkout of this and see what's going on on Monday...it definitely should be linking with |
Thanks, I'll give that a shot in a bit |
b630a50
to
8747450
Compare
Thanks, that did the trick! I guess that was a side effect of me re-arranging bootstrap.R so that I didn't have to adjust all the file lists by hand... |
16a1adf
to
f56c27a
Compare
Fixes apache#1141. Fixes apache#1355. Fixes apache#1602.
ef320a7
to
c74a5e0
Compare
I took a scan through these changes...there are a lot of them! The R changes look good...I can/will make them more resilient to changes in the C++ dependency (I promise that it is still easier than trying to locate CMake on everybody's Linux distribution). A few questions about the C++ changes:
|
|
I think it was just that something had to be the |
Hmm, I'm willing to port back to AdbcError (I will refactor SetError/provide a different overload of that though, since it needs to pull the driver name from somewhere) |
Also cc @zeroshade for opinions |
I'm merging this EOD if there's no reviews. |
Fixes #1141.
Fixes #1355.
Fixes #1602.