Switching to correct concat function for oracle.
This commit is contained in:
parent
07bcaf2d0a
commit
ffbf3a2eca
|
@ -180,7 +180,7 @@ module OracleModule {
|
|||
}
|
||||
|
||||
getStringConcat(parts: string[]): string {
|
||||
return `concat(${parts.join(", ")})`
|
||||
return parts.join(" || ")
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue