Skip to content

Commit

Permalink
add functions. fix #243
Browse files Browse the repository at this point in the history
  • Loading branch information
Dairyo Sekine committed Dec 28, 2023
1 parent cb36f15 commit 76bf04f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ FROM UNNEST([
('c' , 1 )
])`,
},
// DLP encryption functions
"DLP_DETERMINISTIC_ENCRYPT",
"DLP_DETERMINISTIC_DECRYPT",
"DLP_KEY_CHAIN",
// ----- numbering functions -----
{
ident: "RANK",
Expand Down

0 comments on commit 76bf04f

Please sign in to comment.