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

Doesn't compile on DMD 2.058 and up #4

Open
Abscissa opened this issue Jun 3, 2012 · 1 comment
Open

Doesn't compile on DMD 2.058 and up #4

Abscissa opened this issue Jun 3, 2012 · 1 comment

Comments

@Abscissa
Copy link

Abscissa commented Jun 3, 2012

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)
@Abscissa
Copy link
Author

Abscissa commented Jun 3, 2012

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.

sshamov referenced this issue in sshamov/mysql-native Nov 11, 2012
Add optional port and capFlags args to mysql.db.MysqlDB connection pool.
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