mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
This reverts commit dd595242a7fbb8c7445cc79bf0b751f1ed1762bd.
This commit is contained in:
parent
46249303be
commit
8f371f2397
@ -3313,7 +3313,7 @@ export class SapQueryRunner extends BaseQueryRunner implements QueryRunner {
|
||||
protected escapePath(target: Table | View | string): string {
|
||||
const { schema, tableName } = this.driver.parseTableName(target)
|
||||
|
||||
if (schema && schema !== this.driver.schema) {
|
||||
if (schema) {
|
||||
return `"${schema}"."${tableName}"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user