L-Mario564
L-Mario564
Specifying the schema in the DB URL intentionally doesn't do anything. The fact that `schemasFilter` throws an error is an issue though.
Can anyone provide steps to reproduce this bug? We'll take a look at this.
> thanks @L-Mario564! > > a few comments before I start reviewing: > > > Moved line and point PG column types into the postgis_extension folder (previously in the main...
I've done some changes based on @AndriiSherman's comment. The DB instance now has a new setting: `casing`. ```ts const db = drizzle(client, { casing: /* 'snake_case': map columns to snake...
I'm using 1.2.13 (on Windows) and it's still an issue. I have to save a file in VSCode twice every time, since the error clears after the second reload.
You have to do it yourself using joins and SQL functions.
@shellking4 Aggregating data into an array depends on what kind of queries you want to perform. You can follow the official documentation for the database engine you're using and I...