We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On DMD 2.058:
mysql.d(4185): Error: cannot cast r.opIndex(cast(uint)j).get!(ulong)
On DMD 2.059:
mysql.d(4185): Error: cannot cast r.opIndex(cast(uint)j).get!(ulong) mysql.d(4201): Error: cannot cast r.opIndex(cast(uint)j).get!(ulong) mysql.d(4204): Error: cannot cast r.opIndex(cast(uint)j).get!(ulong)
The text was updated successfully, but these errors were encountered:
FWIW, this has been fixed in this fork/branch:
https://github.com/simendsjo/mysqln/tree/misc-cleanups
So if this repo is still alive, the fix just needs to be come back upstream.
Sorry, something went wrong.
Merge pull request mysql-d#4 from Abscissa/mysql-pool-port-arg
2d18beb
Add optional port and capFlags args to mysql.db.MysqlDB connection pool.
No branches or pull requests
On DMD 2.058:
On DMD 2.059:
The text was updated successfully, but these errors were encountered: