Commit d6ca3e2
ARROW-16408: [C++] Add support for DATE type in SQLite FlightSQL example
While it works in the integration tests, some SQLite databases have been created (erroneously) with `DATE` data type (instead of `TEXT`). This minor fix handle this edge case.
Closes apache#13027 from drabastomek/flight-sqlite-example
Authored-by: Tom Drabas <drabas.t@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>1 parent c8339b7 commit d6ca3e2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments