Commit f7292f7
committed
test(stack): skip null round-trip — stack drops null support by design
stack's encrypted column type intentionally excludes null (see prior
feat(stack): remove null from Encrypted type). encrypt(null) returns
an encrypted SteVec rather than null, so the null pass-through scenario
inherited from the protect port doesn't apply. Skip it explicitly
rather than carry a forever-failing assertion.1 parent 58e76ed commit f7292f7
1 file changed
Lines changed: 5 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
145 | 124 | | |
146 | 125 | | |
147 | 126 | | |
| |||
0 commit comments