-
- Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Describe the bug
When using SqlConnection
and selecting data from one table into another using ExecuteAsync
a false DAP025 warning is triggered.
Dapper.Advisor: 1.0.10
To Reproduce
// DAP025: The command has a query that will be ignored public static async Task SelectInto(SqlConnection connection) => await connection.ExecuteAsync("SELECT [Test] INTO #MyTemporaryTable FROM MyTable");
Metadata
Metadata
Assignees
Labels
No labels