G4brym/workers-qb

Support bigint in queries

Closed this issue · 2 comments

Would it be possible to support bigint in this library? I get errors like the following when I try to use them:

  Overload 2 of 2, '(params: UpdateWithoutReturning): Query<D1Result>', gave the following error.
    Type 'bigint' is not assignable to type 'string | number | boolean | Raw | null'.

Thanks!

Hey @darg-2036 i've just released a new version (v1.2.4) can you check if this solves your issue?
Thanks

I believe it does. Thanks!