Commit 5f934cfe authored by Kunal Taitkar's avatar Kunal Taitkar
Browse files

Log removed

parent 1fcf95e6
Branches
Tags
2 merge requests!188V2 : mep deployemet28 april2020,!181Sql server helper added and transaction (MySQL,SQLServer) related changes in routerbuildermdl
Showing with 1 addition and 0 deletions
...@@ -251,6 +251,7 @@ func (ss *SQLServerDAO) ExecQuery(query string, args ...interface{}) (string, er ...@@ -251,6 +251,7 @@ func (ss *SQLServerDAO) ExecQuery(query string, args ...interface{}) (string, er
if err != nil { if err != nil {
return "", err return "", err
} }
_ = result
//TODO: Get last insertedID //TODO: Get last insertedID
......
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