This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 031eccf
committed
[[ Bug 22937 ]] Fix crash where FileProvider projection null
This patch resolves a crash where the `FileProvider` query projection array is
`null`. The documentation states:
> The list of columns to put into the cursor. If null all columns are included.1 parent 99a3334 commit 031eccf
1 file changed
+20
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
179 | 196 | | |
180 | 197 | | |
181 | 198 | | |
182 | 199 | | |
183 | | - | |
184 | 200 | | |
185 | 201 | | |
186 | 202 | | |
| |||
0 commit comments