Juan Villa

Results 6 comments of Juan Villa

Hey @steve-chavez , thanks for the awesome update. Once Supabase users can upgrade their version of Postgrest, will that be enough to start using the supabase client to order by...

I too was able to bypass the issue with this bug by wrapping my values call with sql``: ```TypeScript const product = await tx .insert(products) .values({ entityId: input.entityId, eventType: input.eventType,...

Yeah, this would be amazing. I don't see any use case for having the generated columns there. They shouldn't even be queryable by the Supabase Client IMO.

Any chance anyone's actively looking at adding indexed (GIN or GIST)generated ts_vector columns? This is one of the last things that will let us move away from Supabase and over...

This is likely related to the [issue](https://github.com/drizzle-team/drizzle-orm/issues/1185) I created. When we set mode to string, TypeScript shows the return type as string, however a date object is returned. I suspect...