Gabriel

Results 14 comments of Gabriel

> I don't insist on it, but it's the topic of this issue, and I think it's a worthwhile goal. Libraries should be as accommodating as possible, not attempt to...

@tobiemh Is this currently being worked on? Been looking for a way to contribute and thought this would be a good one.

@shuding Any idea when this will be released?

@shuding I still seem to be getting this error. Here is the result of running `next build` Here is the file it is failing at https://github.com/gabrielgrover/improved-octo-spoon/blob/main/app/blog/%5Bslug%5D/page.tsx

> After updating to 13.0.1, I was still facing the issue. However, I fixed it by updating the page's type from **NextPage** to **FC**. This won't work for me because...

@shuding Any news on this? This is preventing me from deploying.

> The issue seems that the adapter is querying from the table it defines (sqlite as example as i'm using that database, but it's the same for pg > >...

This is not working on `sqlite`. - Go to this repo https://github.com/gabrielgrover/drizzle-rollback-test - install deps with `pnpm install` - run test with `pnpm test` Here is the test that fails...

I believe it is this line https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/better-sqlite3/session.ts#L74 If `T` is a promise, and there is a throw / rejection in the call to `transaction` it wouldn't be caught because of...

Seems like it a deeper issue. At the moment `BetterSQLiteSession` only implements the `sync` version of the `SQLiteSession` abstract class. I am down to take this on, but would like...