This commit is contained in:
28810
2020-04-07 18:09:29 +08:00
parent c1882cd768
commit 0f3bad338f
27 changed files with 52 additions and 52 deletions

View File

@ -53,7 +53,7 @@ namespace FreeSql.Tests.Odbc.MySql
[Fact]
public void QueryMultipline()
{
Assert.Throws<OdbcException>(() => g.mysql.Ado.Query<xxx, (int, string, string), dynamic>("select * from song; select * from song; select * from song"));
Assert.Throws<Exception>(() => g.mysql.Ado.Query<xxx, (int, string, string), dynamic>("select * from song; select * from song; select * from song"));
}
class xxx