Open i-h8-github opened 4 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.
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
When adding this project via dub, the following errors are produced:
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.