Jie Ma

Results 5 comments of Jie Ma

HI, wondering if there is any chance to merge this?

@Niondir I think this pr will fix it, but it stays there for a while #371

+1 for the IN query Currently I am using this instead ``` scan.where( ({id}, {name, value}) => `${name(id)} IN (${ids.map((k) => `${value(id, k)}`).join(',')})` ); ```

Ok, I found where caused the different. v2 the splitKmsKey is hard coded the length ``` splitKmsKey(buffer) { const dataKey = buffer.slice(0, 32); const hmacKey = buffer.slice(32); return { dataKey,...