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

Very much required MySQL support #782

Open
alex1543 opened this issue May 4, 2023 · 0 comments
Open

Very much required MySQL support #782

alex1543 opened this issue May 4, 2023 · 0 comments

Comments

@alex1543
Copy link

alex1543 commented May 4, 2023

Dear Developers,

The current mysql-d module is not running. The developer is not responding. Perhaps the module needs to be reworked to take into account 32/64 compilation. Error when installing: dub add mysql-d
Please help me rewrite the module for 64 bit version.

C:\xampp\htdocs\practD\mdb1>dub
    Starting Performing "debug" build using C:\D\dmd2\windows\bin64\dmd.exe for x86_64.
    Building mysql-d 0.3.3: building configuration [mysql-d]
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\database.d(323,5): Deprecation: foreach: loop index implicitly converted from `size_t` to `int`
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\database.d(369,9): Deprecation: foreach: loop index implicitly converted from `size_t` to `int`
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\mysql.d(44,17): Error: template instance `enforceEx!MysqlDatabaseException` template `enforceEx` is not defined, did you mean enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) || is(typeof(new E(string.init, size_t.init)) : Throwable))?
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\mysql.d(49,9): Error: template instance `enforceEx!MysqlDatabaseException` template `enforceEx` is not defined, did you mean enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) || is(typeof(new E(string.init, size_t.init)) : Throwable))?
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\mysql.d(148,9): Error: template instance `enforceEx!MysqlDatabaseException` template `enforceEx` is not defined, did you mean enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) || is(typeof(new E(string.init, size_t.init)) : Throwable))?
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\query_interface.d(247,9): Deprecation: foreach: loop index implicitly converted from `size_t` to `int`
C:\Users\alex\AppData\Local\dub\packages\mysql-d-0.3.3\mysql-d\source\mysql\query_interface.d(292,13): Deprecation: foreach: loop index implicitly converted from `size_t` to `int`
Error C:\D\dmd2\windows\bin64\dmd.exe failed with exit code 1.

Sincerely,
Alexei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant