Rizky

Results 54 comments of Rizky

Haha, sorry, just curious… I never thought MAX_SAFE_INTEGER is 9 petabytes

I can confirm this bug still present on latest bun 1.0.23

This bug still exists on ~~`1.0.25`~~ `1.0.26`. If you want to use prisma in bun, v1.0.18 is your best bet.

Something must gone very wrong in 1.0.19 upwards. I really want to dig it deeper, but... yeah...

1.0.27 released, yay! Still error, but It is throwing different message than previous versions!! ``` thread 'tokio-runtime-worker' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.30.0/src/sync/rwlock.rs:427:17: internal error: entered unreachable code note: run with `RUST_BACKTRACE=1` environment...

Pinging @Jarred-Sumner, can we just revert this line to solve this issue ?

We need this support, and willing to pay for it. Can we setup bounty to accelerate this development ?

There is MIT licensed crate that support executing SQL: https://docs.rs/oci_rs/ Maybe we can wrap it with tokio ? I might bite the bullet like you guys do with tiberius.

Quick googling results: - https://en.wikipedia.org/wiki/Oracle_Call_Interface#OCI-based_libraries - http://vrogier.github.io/ocilib/ OCILIB is apache licensed and I think it's been around for a while. It encapsulates OCI (Oracle Call Interface), so I think if...

> I'm interested in helping, what are the steps to integrate the prism with this client made by oracle itself? > > https://www.npmjs.com/package/oracledb I think, the changes should be made...