Commit 4e36e1b
committed
exmdb: have update_folder_permission.ROW_ADD replace colliding ACEs
kdb2mt can emit EXM packets into the GXMT stream that instruct mt2exm
to invoke the ``update_folder_permissions`` RPC with a row of type
ROW_ADD. This directly translates to an sqlite INSERT query, which
then falls on its face if the ACE already exists. I thought about
bitwise-OR-ing the previous and new bits, but alas, Exchange had
other ideas.
References: DESK-3567, DESK-38051 parent 63ac003 commit 4e36e1b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2069 | 2069 | | |
2070 | 2070 | | |
2071 | 2071 | | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
2072 | 2076 | | |
2073 | 2077 | | |
2074 | | - | |
| 2078 | + | |
2075 | 2079 | | |
2076 | 2080 | | |
2077 | 2081 | | |
| |||
0 commit comments