How to handle table names with dots (“.”) in SQL Server using TypeORM in a NestJS application?
I’m working on a NestJS project where I need to interact with a SQL Server database. One of the tables in the database has a name with dots, specifically dbo.Bonos.Bonos. I’m using TypeORM to manage the database interactions, and I’m encountering issues when trying to query this table.
How to handle table names with dots (.) in SQL Server using TypeORM in a NestJS application?
I’m working on a NestJS project where I need to interact with a SQL Server database. One of the tables in the database has a name with dots, specifically dbo.Bonos.Bonos. I’m using TypeORM to manage the database interactions, and I’m encountering issues when trying to query this table.
How to handle table names with dots in SQL Server using TypeORM in a NestJS application?
I’m working on a NestJS project where I need to interact with a SQL Server database. One of the tables in the database has a name with dots, specifically dbo.Bonos.Bonos. I’m using TypeORM to manage the database interactions, and I’m encountering issues when trying to query this table.