using rqb with pgSchema

Trying to use rqb to access table within my "auth" postgres schema, but it seems that rqb hit the public schema I can access db.query.member even if member is within auth schema, definied with auth.table("member" , ...) Is there anything I'm missing ? difficult to find infos on how to perform query in this case on the doc
2 Replies
Arthur
ArthurOP4w ago
Related to #830 and PR #1814
GitHub
[BUG]: Relations inferring incorrect table with non-default Postgre...
What version of drizzle-orm are you using? 0.27.0 What version of drizzle-kit are you using? 0.19.2 Describe the Bug I use the default Postgres Public schema with a Users table ("public.users&...
GitHub
Fix: relations across schemas by Angelelz · Pull Request #1814 · dr...
close #830 but applies to mysql as well. Added the schema information to the types and runtime to all the relation objects and columns Added correct handling of schemas to the dialects when using ...
Arthur
ArthurOP4w ago
Any workaround ? thks! (or maybe just have to wait for rqbv2 with this issue solved)

Did you find this page helpful?