-
Notifications
You must be signed in to change notification settings - Fork 117
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
Win32::System::SqlLite
is mis-named
#824
Comments
👋 |
Here's the official homepage for SQLite where you can see the actual naming: https://sqlite.org/ By the way, I don't think the Windows SDK should include SQLite. It's not a Windows API at all. |
@kennykerr Agree. I can't even find official docs on that API surface, which worries me a bit. It's not clear what's different between winsqlite3 and official sqlite3, the servicing strategy, etc. (The ABI between the two is also different.) @mikebattista Shall we just cut all these APIs? Thoughts? |
I'm fine removing these. |
@mikebattista Any insight into why the SDK ships the headers? That rationale might support keeping them in metadata? Just thinking out loud. |
Windows ships a compiled version of SQLite in I don't recommend that for non-OS projects, but that's where it comes from. @jonwis may have some guidance here. |
SqlLite
, as per the module and feature name, has twoL
sSQLite
- oneL
.sqlite3_
andSQLITE_
- oneL
.winsqlite
- oneL
.The text was updated successfully, but these errors were encountered: