47ng / prisma-field-encryption

Transparent field-level encryption at rest for Prisma
https://github.com/franky47/prisma-field-encryption-sandbox
MIT License
223 stars 27 forks source link

fix: Add BigInt as supported CursorType #91

Closed jrangulod closed 8 months ago

jrangulod commented 8 months ago

Currently, BigInt was not being detected as a valid cursor if the @id field was of that type and there were no other @unique columns of either Int or String type.

As far as I could test everything seems to work as expected, if there is some reason the exclusion of BigInt as a valid cursor type is intentional, please let me know.

github-actions[bot] commented 8 months ago

:tada: This PR is included in version 1.5.1-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

franky47 commented 8 months ago

@jrangulod Could you try 1.5.1-beta.1 and tell me if it all works fine for you?

jrangulod commented 8 months ago

Sure @franky47, I'll be testing this today and the rest of the week and reporting back on issues if any

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: