Henrik Klee
Henrik Klee
An easy workaround is just giving your relations shorter names, especially for join tables, e. g. ```ts export const customerRelations = relations(customers ({ one, many }) => ({ o: one(organizations,...
@DaveOrDead I've since stopped using hosted auth solutions
[BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
Same issue here w/ supabase port 6543 ```bash const onUpdate = fk4.update_rule.toLowerCase(); ^ TypeError: Cannot read properties of undefined (reading 'toLowerCase') ```
[BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
Ended up switching to `node-postgres` / `pg` because there were so many issues with `postgres`
Still an issue in Nextjs 14.2.3 with pages router
IMO it should include INSERT, SELECT, UPDATE and DELETE as Drizzle aims to be full featured SQL-in-TS
how to make this work with comment tagged template literals? e.g. ```ts const query = /* sql */ ` SELECT * FROM users; `;
Can this issue be reopened for comment tagged template literals?
Switchting to the pre-release version of IntelliSense resolved my issue where eslint with the prettier plugin sorted custom classes differently from vs code Edit: in conjunction with reloading the window...