Closed SingingBush closed 7 years ago
actually that's prob just my compiler version (using 2.074). I updated mysqlddbc.d to get around that problem using:
import ddbc.core;
version(USE_MYSQL) {
import mysql.connection;
import mysql.commands : Command; // <- new line
import mysql.protocol.constants; // <- new line
import mysql.protocol.packets : FieldDescription, ParamDescription; // <- new line
some changes are needed for
source/ddbc/drivers/mysqlddbc.d
to still compile with latest version of mysql-native