Justin Ober

Results 3 comments of Justin Ober

Same issue here. I tried doing the exact thing in the documentation (with my own schema) and it is not working. ``` const userQb = await connection.getRepository(User) .createQueryBuilder("user") .select("user.name", "name")...

I second @z0w0 's statement. Our team just had to do the same thing to make this work.