Add quotes for table name (#5533)

As title
This commit is contained in:
Thomas Trompette
2024-05-22 14:21:32 +02:00
committed by GitHub
parent 4b251812bd
commit 5448512bdc

View File

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