Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
5f934cfe
Commit
5f934cfe
authored
4 years ago
by
Kunal Taitkar
Browse files
Options
Downloads
Patches
Plain Diff
Log removed
parent
1fcf95e6
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!188
V2 : mep deployemet28 april2020
,
!181
Sql server helper added and transaction (MySQL,SQLServer) related changes in routerbuildermdl
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dalmdl/sqlserver/sqlserver.go
+1
-0
dalmdl/sqlserver/sqlserver.go
with
1 addition
and
0 deletions
dalmdl/sqlserver/sqlserver.go
+
1
−
0
View file @
5f934cfe
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets