Skip to content

Commit 992bde2

Browse files
committed
Set 'force' to true in cs_encrypt_v1 + typo fix
1 parent 358824b commit 992bde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/python/jupyter_notebook/CipherStash-Getting-Started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
947947
"results = session.execute(query).scalars().all()\n",
948948
"\n",
949949
"for e in results:\n",
950-
" print(f\"MATCH query results: {e}\")"
950+
" print(f\"ORE query results: {e}\")"
951951
]
952952
},
953953
{

languages/python/jupyter_notebook/create_examples_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ CREATE INDEX ON examples (cs_ore_64_8_v1(encrypted_utf8_str));
3636

3737
-- Transition the Encrypt config state from "pending", to "encrypting", and then "active".
3838
-- The Encrypt config must be "active" for Proxy to use it.
39-
SELECT cs_encrypt_v1();
39+
SELECT cs_encrypt_v1(true);
4040
SELECT cs_activate_v1();

0 commit comments

Comments
 (0)