mysql-native: newbie questions

Martin Nowak code at dawg.eu
Sun Apr 6 15:37:10 PDT 2014


On 04/06/2014 09:05 PM, salvari wrote:
>
> In my code, at 'dub.json' file I've wrote:
>      "dependencies": {
>              "mysql-native" : ">=0.0.12"
>      }
>
> When trying to build, I've got an error from mysql-native code:
> $HOME/.dub/packages/mysql-native-0.0.12/source/mysql/connection.d(333):
> Error: cannot implicitly convert expression (t % 24) of type int to ubyte
>
>
> But this error seems to be already solved in github repo for mysql-native.

You can use "~master" to get the latest version of a package.
http://code.dlang.org/package-format#version-specs


More information about the Digitalmars-d mailing list