Merge commit '9d02'

i have no idea

Conflicts:
	mssql.d
This commit is contained in:
Adam D. Ruppe 2011-11-28 20:06:47 -05:00
commit 8e84e162ba
6 changed files with 32 additions and 31 deletions

View file

@ -50,8 +50,7 @@ class MsSql : Database {
// this is passed to MsSqlResult to control
SQLHSTMT statement;
auto returned = SQLAllocHandle(SQL_HANDLE_STMT, conn,
&statement);
auto returned = SQLAllocHandle(SQL_HANDLE_STMT, conn, &statement);
enforce(returned == SQL_SUCCESS);
@ -157,6 +156,10 @@ class MsSqlResult : ResultSet {
if(ptr)
goto more;
}
<<<<<<< HEAD
=======
}
>>>>>>> 9d02
row ~= a;
}