sasq64 / sqlite3-d

SQLite3 interface for D
2 stars 2 forks source link

Dub package (1.0.0) is broken #3

Open i-h8-github opened 2 months ago

i-h8-github commented 2 months ago

When adding this project via dub, the following errors are produced:

../../.dub/packages/sqlite3/1.0.0/sqlite3/source/sqlite.d(16,13): Deprecation: module std.string is not accessible here, perhaps add 'static import std.string;'
../../.dub/packages/sqlite3/1.0.0/sqlite3/source/sqlite.d(16,1): Deprecation: module std.string is not accessible here, perhaps add 'static import std.string;'
../../.dub/packages/sqlite3/1.0.0/sqlite3/source/querybuilder.d(3,8): Error: module `std.string` import `countchars` not found

Downloading and using the source code directly works as advertised as far as I've tested.

This is a cool wrapper, I like it a lot; thank you for making it.

gitgit3 commented 2 months ago

Strange, I just tried dub add d2sqlite3 and it worked perfectly. What dub version do you have? Mine is: DUB version 1.38.1, built on Jul 4 2024