|
@ -144,7 +144,7 @@ export class CapacitorPlatformService implements PlatformService { |
|
|
operation.params, |
|
|
operation.params, |
|
|
); |
|
|
); |
|
|
result = { |
|
|
result = { |
|
|
columns: [], // SQLite plugin doesn't provide column names
|
|
|
columns: Object.keys(queryResult.values?.[0] || {}), |
|
|
values: (queryResult.values || []).map((row) => |
|
|
values: (queryResult.values || []).map((row) => |
|
|
Object.values(row), |
|
|
Object.values(row), |
|
|
), |
|
|
), |
|
|