Support bigint in queries
darg-2036 opened this issue · 2 comments
darg-2036 commented
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!
G4brym commented
Hey @darg-2036 i've just released a new version (v1.2.4) can you check if this solves your issue?
Thanks
darg-2036 commented
I believe it does. Thanks!