mirror of https://github.com/adamdruppe/arsd.git
use new druntime bindings
This commit is contained in:
parent
e2124996b9
commit
f76904de5f
4
mssql.d
4
mssql.d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue