Commit 5f2ce9b4 authored by Igor Shuvalov's avatar Igor Shuvalov

Removed unnecessary actions in test

parent 727ba274
......@@ -361,8 +361,6 @@ public void TestAtEscaping()
using (var connection = Program.GetOpenConnection())
{
var id = connection.QueryAsync<int>(@"
create table #atescaping(id int not null);
insert into #atescaping (id) values (1)
declare @@Name int
select @@Name = @Id+1
select @@Name
......
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