大家晚上好
我正在尝试通过 TypeORM 查询存储在 sqlite 数据库上的名为“MessageEntityXREF”的表。
数据库已连接,其他表可访问。
When I try to Get on this specific table: "QueryFailedError: SQLITE_ERROR: no such table: message_entity_xref"
Any help or advice would be greatly appreciated.
Thanks
I tried to change the order in the constructor, changed the typing. However, considering the same method works for other tables, I tend to think there is an issue with this table. I queried the sqlite db for a list of all tables, it gives a list with the …