File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
2- This can be done by using `dj.hash. key_hash ` to convert the key as follows:
2+ This can be done by using `dj.key_hash ` to convert the key as follows:
33
44.. code-block :: python
55
6- In [4 ]: schema.jobs & {' key_hash' : dj.hash. key_hash({' id' : 2 })}
6+ In [4 ]: schema.jobs & {' key_hash' : dj.key_hash({' id' : 2 })}
77 Out[4 ]:
88 * table_name * key_hash status key error_message error_stac user host pid connection_id timestamp
99 + ------------ + + ------------ + + -------- + + -------- + + ------------ + + -------- + + ------------ + + ------ -+ + -------- + + ------------ + + ------------ +
1010 __job_results c81e728d9d4c2f error = BLOB = KeyboardInterr = BLOB = datajoint@ localhost localhost 15571 59 2017 - 09 - 04 14 :
1111 (Total: 1 )
1212
13- In [5 ]: (schema.jobs & {' key_hash' : dj.hash. key_hash({' id' : 2 })}).delete()
13+ In [5 ]: (schema.jobs & {' key_hash' : dj.key_hash({' id' : 2 })}).delete()
1414
15- In [6 ]: schema.jobs & {' key_hash' : dj.hash. key_hash({' id' : 2 })}
15+ In [6 ]: schema.jobs & {' key_hash' : dj.key_hash({' id' : 2 })}
1616 Out[6 ]:
1717 * table_name * key_hash status key error_message error_stac user host pid connection_id timestamp
1818 + ------------ + + ---------- + + -------- + + -------- + + ------------ + + -------- + + ------ + + ------ + + ---- -+ + ------------ + + ---------- -+
You can’t perform that action at this time.
0 commit comments