You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enforce(canFind(["sqlite", "postgresql", "mysql", "odbc"], driverName), "driver must be one of sqlite|postgresql|mysql|odbc");
414
+
enforce(canFind(["sqlite", "postgresql", "mysql", "sqlserver", "oracle", "odbc"], driverName), "driver must be one of sqlite|postgresql|mysql|sqlserver|oracle|odbc");
415
415
importstd.conv : to;
416
416
char[] res;
417
417
res.assumeSafeAppend;
@@ -462,6 +462,21 @@ private unittest {
462
462
assert(url =="ddbc:mysql://127.0.0.1:3306/mydb", "MySQL URL is not correct: "~url);
0 commit comments