Open
Description
In CustomStoredProcedureSqlTest, we use custom queries with stored procedures to test the support for the annotation @SqlInsert
, @SqlUpdate
, and @SqlDelete
.
It works fine, but we are not actually checking that we are running the custom queries for the CRUD operations.
We usually check the log using our custom SqlStatementTracker class