mirror of https://github.com/adamdruppe/arsd.git
error message
This commit is contained in:
parent
34e27ab449
commit
c6f83abe14
2
mssql.d
2
mssql.d
|
@ -60,7 +60,7 @@ class MsSql : Database {
|
|||
|
||||
returned = SQLExecDirect(statement, cast(ubyte*)sql.ptr, SQL_NTS);
|
||||
if(returned != SQL_SUCCESS)
|
||||
throw new DatabaseException(getSQLError(SQL_HANDLE_STMT, statement))
|
||||
throw new DatabaseException(getSQLError(SQL_HANDLE_STMT, statement));
|
||||
|
||||
return new MsSqlResult(statement);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue