RejectedSoftware Forums

Sign up

mysql-native doesn't compile

mysql-native\source\mysql\connection.d(1934): Error: class mysql.connection.Connection interface function EventedObject.amOwner() isn't implemented

At this moment I use dumb placeholder:

bool amOwner() { return true; }

Re: mysql-native doesn't compile

On Thu, 02 May 2013 20:22:45 GMT, Jack Applegame wrote:

mysql-native\source\mysql\connection.d(1934): Error: class mysql.connection.Connection interface function EventedObject.amOwner() isn't implemented

At this moment I use dumb placeholder:

bool amOwner() { return true; }

I've committed a fix and tagged a new 0.0.8 version, which should also compile with the upcoming DMD 2.063 and is properly usable as a DUB package.

BTW I don't currently use mysql-native myself and our CI system is still not fully in place, so unfortunately its development currently fully relies on people who actually use it. Nick Sabalausky and @sshamov have full commit access, though, and do fixes from time to time.

Re: mysql-native doesn't compile

Thanks.