Skip to content

Commit

Permalink
#26: Clarify that complex database queries do not work on encrypted c…
Browse files Browse the repository at this point in the history
…olumns
  • Loading branch information
generalpiston committed Oct 29, 2020
1 parent a5b67c2 commit 4246f68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,9 @@ class User {
// ...
}
```

## FAQ

### Why won't complex queries work?

Queries that transform the encrypted column wont work because transformers and subscribers operate outside of the DBMS.

0 comments on commit 4246f68

Please sign in to comment.