buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql-native v1.2.0

SingingBush opened this issue · comments

mysql-native has now finished with 1.1.* versions and are doing 1.2.* which will not work with ddbc currently.

this isn't an immediate problem because ddbc currently specifies mysql-native as ~>1.1.0 so will pick up v1.1.4 but it's worth keeping up to date with the dependency

I've made a few changes that will get ddbc working with "mysql-native": ">=1.1.3 <=1.2.0". Will do a PR

This change was released in v0.3.8