Ivor
Ivor
I wonder if I am hitting a similar issue. Certain copy commands are read to stdout into a readable stream. Those readable streams sometimes just hang and it seems as...
I am also able to repo this. We are unable to auto format our schema when using disambiguating relations. It attempts to insert without the @relation tag. This looks to...
Yep in general, it should act how defining foreign keys in SQL does. AKA we define the foreign key and unique naming, and format is responsible for propagating that onto...
I also did a fresh clone of the repo and see the same issue
@leerob Is there anything specific I can provide? I've been able to repo this by 1. cloning down the repository 2. running pnpm install 3. then running pnpm dev I've...
Following up, I found a work around. I updated to @latest version for next, removed the ppr experimental feature, and removed the turbopack command. Not sure why turbopack throws the...
The solution I was able to get working, which still feels wrong is ```await sourceSql`COPY (${sourceSql.unsafe( 'select * from testwhere id = ' + targetId )}) to stdout WITH (FORMAT...
bumping this. It's a major security concern to have to direct pass in strings.