-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add new http_get extra function with header & params #8
Add new http_get extra function with header & params #8
Conversation
Thanks @ahuarte47! I'm trying to understand why the MINGW buileder fails as we seem to correctly link everything in CMake.... |
since the |
I couldn't find a way to make MGW happy from the linker without code changes. Since the only difference appear to be the params, a method to avoid this could be to build the URL with parameters manually before making the request, but I did not try. An easier option - How about excluding windows_mgw from builds @ahuarte47 ? |
I do not see any problem building the URL with parameters manually. I can change code this weekend, or if you prefer you can modify yourself. |
Hi @lmangani I do not understand why MGW can not build the extension now. Please, can you share the error message? Maybe is the new template function to convert input parameters the guilty? |
Hola Muy Buenas @ahuarte47 I also do not understand where all the unresolved symbols come from. I wonder if it has to to with the latest version of DuckDB since our code didn't really change much.
|
Hi Lorenzo, can you run |
Hey @ahuarte47
The errors are from the Github action builder, not from my local setup. (I don't have a Windows MINIGW env to test with) |
@ahuarte47 i excluded the |
Ah, thanks, sorry for my misunderstanding. Ok I see your commit 640fc62 |
Yeah!!! I totaly agree! Thanks @lmangani |
This PR implements #7