Commit 511a286e authored by Nick Craver's avatar Nick Craver

Update test comments

parent 82b4f7d5
......@@ -236,8 +236,10 @@ static async Task TestExceptionsAsync<T>(DbConnection connection, string sql, st
"Error parsing column 1 (Foo=bar - String)");
// And a ValueTuple! (testing position too)
// Needs love, because we handle ValueTuple differently today
// Still needs love, because we handle ValueTuple differently today
// It'll yield a raw: typeof(System.FormatException): Input string was not in a correct format.
// Note: not checking the "Select 1 Id, null Foo" case here, because we won't attempt to set the column
// ...and there will no error in that case.
//await TestExceptionsAsync<(int Id, int Foo)>(
// connection,
// "Select 1 Id, 'bar' Foo",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment