Commit 38442c5
fix(native): Handle null correctly as JsNull, not as JsString (cube-js#9717)
Fixing an unexpected issue with treating null as a null string. I figured out this issue while benchmarking the cache store queue. Previously, it could lead to an issue in the production environment while someone moves between cube store versions or has an error while updating the queue_item's extra field.1 parent 965898f commit 38442c5
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
261 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| |||
0 commit comments