use new druntime bindings

This commit is contained in:
Adam D. Ruppe 2016-03-31 09:18:30 -04:00
parent e2124996b9
commit f76904de5f
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ public import arsd.database;
import std.string; import std.string;
import std.exception; import std.exception;
import win32.sql; import core.sys.windows.sql;
import win32.sqlext; import core.sys.windows.sqlext;
class MsSql : Database { class MsSql : Database {
// dbname = name is probably the most common connection string // dbname = name is probably the most common connection string