Skip to content
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

nanodbc library obsolete #4607

Closed
ShreyasNirgude opened this issue Oct 30, 2018 · 2 comments
Closed

nanodbc library obsolete #4607

ShreyasNirgude opened this issue Oct 30, 2018 · 2 comments
Labels
category:port-update The issue is with a library, which is requesting update new revision

Comments

@ShreyasNirgude
Copy link

The nanodbc library provided by vcpkg is obsolete which is causing several bugs and syntax errors in pre-compiled and build tested code. Spicifically inserting blob data is not possible.

@Farwaykorse
Copy link
Contributor

To be fair, vcpkg contains the latest official release (v2.12.4) with a few additional patches.
But this is a release from 2016 with a rather large changelog above it.
The release of v2.13 is underway,

My suggestion was to install the package from HEAD using vcpkg install nanodbc --head.
Pull request #4641 adds support for this.

While adding this, I encountered a potential issue:
Vcpkg compiles the current release as a dynamic library, but officially only static libraries are supported. (This might be the connected to your issues.)
V2.13 (and HEAD) will only build as a static library.

@ShreyasNirgude Since I'm not a user of this library, I'd appreciate it if you'd test it.

@NancyLi1013 NancyLi1013 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jan 23, 2019
@LilyWangL LilyWangL added category:port-update The issue is with a library, which is requesting update new revision and removed category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist labels Jul 4, 2019
@PhoebeHui
Copy link
Contributor

@ShreyasNirgude, nanodbc has no new revision release from now, currently still be v2.12.4, you can use '.\vcpkg install nanodbc --head' to install latest source from master. We will upgrade it when it has new revision. Please reopen it if it still be an issue for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

No branches or pull requests

5 participants