@ -75,7 +75,7 @@ export class DistantTableService {
|
|||||||
await entityManager.query(`CREATE SCHEMA "${tmpSchemaName}"`);
|
await entityManager.query(`CREATE SCHEMA "${tmpSchemaName}"`);
|
||||||
|
|
||||||
const tableLimitationsOptions = tableName
|
const tableLimitationsOptions = tableName
|
||||||
? ` LIMIT TO (${tableName})`
|
? ` LIMIT TO ("${tableName}")`
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
await entityManager.query(
|
await entityManager.query(
|
||||||
|
|||||||
Reference in New Issue
Block a user