Fixing MS-SQL variable sub.
This commit is contained in:
parent
7f36cc97c9
commit
0d7db82c71
|
@ -126,7 +126,7 @@ module MSSQLModule {
|
|||
}
|
||||
|
||||
getBindingIdentifier(): string {
|
||||
return `(@p${this.index++})`
|
||||
return `@p${this.index++}`
|
||||
}
|
||||
|
||||
getStringConcat(parts: string[]): string {
|
||||
|
|
Loading…
Reference in New Issue