You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(protect): treat undefined plaintext same as null in encryptQuery
Handle undefined plaintext values consistently with null by returning
early (data: null) before sending to FFI. Updates both single and batch
encrypt-query operations to use `=== null || === undefined` checks.
0 commit comments